▼NPixelCrushers | |
▼NDialogueSystem | |
▼NDialogueEditor | |
CDialogueEditorWindow | The Dialogue Editor window calls implementations of DrawAI* methods. This version provides implementations for the OpenAI addon |
▼NOpenAIAddon | |
▼NDeepVoice | |
CDeepVoiceAPI | |
▼NElevenLabs | |
CEditorAudioUtility | |
CElevenLabs | Handles web requests to ElevenLabs API |
CElevenLabsAgeUtility | |
CElevenLabsGenderUtility | |
CElevenLabsPanel | Panel to work with voice actors. Called ElevenLabsPanel because the addon worked originally with ElevenLabs voices, but now it works with voices from multiple services |
CElevenLabsVoiceCategoryUtility | |
CGenerateVoicePanel | Panel to generate voiceover for a dialogue entry using an ElevenLabs voice actor |
CSelectVoicePanel | Panel to select an ElevenLabs voice actor |
CTextToSpeechRequest | |
CVoiceData | |
CVoiceFineTuningData | |
CVoiceList | |
CVoiceSettings | |
CActorTextGenerationPanel | Base panel type for panels that generate text for actors |
CAddonSettings | |
CAIConversationUtility | Conversation utility methods for OpenAI addon |
CAITextUtility | Utility methods for OpenAI addon |
CAssistantWindow | Dialogue System Addon for OpenAI assistant window |
CAudioSpeechRequest | |
CAudioTranscriptionResponse | |
CBasePanel | Base panel type for DialogueSystemOpenAIWindow |
CBranchingDialogueData | |
CBranchingDialoguePanel | Panel to generate voiceover for a dialogue entry using an ElevenLabs voice actor |
CChatChoice | |
CChatMessage | |
CChatRequest | |
CChatResponse | |
CChoice | |
CCompletionRequest | |
CCompletionResponse | |
CDialogueSystemOpenAIWindow | Dialogue System Addon for OpenAI window. Actual functionality is handled through panels (subclasses of DialogueSystemOpenAIWindowPanel) |
CEditRequest | |
CEditResponse | |
CExtendConversationPanel | Panel to extend a conversation from a specified dialogue entry. This feature is planned for a future release |
CFineTunedModelInfo | |
CFineTunedModelsPanel | Panel for managing list of fine-tuned models |
CFreeformChatPanel | Panel that provides general-purpose freeform communication with OpenAI |
CGeneralPanel | General info panel that appears after reloading assemblies (e.g., changing play mode) or after logging into OpenAI API from ApiConfigurationPanel |
CGenerateConversationPanel | Panel to generate conversations or barks |
CGeneratePortraitsPanel | Panel to generate portraits for an actor |
CImageEditRequest | |
CImageGenerationRequest | |
CImageResult | |
CImagesResponse | |
CIVoiceService | Interface that provides text to speech service |
CModel | |
CNode | |
▼COllamaAPI | Handles web requests to OpenAI API |
CCompletionData | |
CCompletionResponse | |
COpenAI | Handles web requests to OpenAI API |
CReasoningRequest | |
CReviseTextPanel | Panel to rewrite the text of a single field |
CRuntimeAIConversation | |
CRuntimeAIConversationSettings | |
CRuntimeAIResultQuestion | |
CSavWav | |
CSettingsPanel | OpenAI Addon panel that shows settings such as API key configuration |
CTextGenerationPanel | Base panel type for panels that use OpenAI's text generation |
CTranslateDatabasePanel | Panel to translate the entire dialogue database |
CTranslateDialogueEntryPanel | Panel to translate all languages for a specific dialogue entry |
CTranslateFieldPanel | Panel to translate a single field |
CTranslateTextTablePanel | Panel to translate the entire text table |
CUsage | |
CWebRequestUtility | Common web request utility methods |
CWelcomeWindow | Dialogue System Addon for OpenAI welcome window |
▼NSequencerCommands | |
CSequencerCommandGenerateVoice | Sequencer command: GenerateVoice() Generates and plays voice audio through OpenAI or ElevenLabs. If unable to generate audio, delays for the value of {{end}} |
CEncryptedKeyWizard |