zeus-api-types 1.0.83 → 1.0.84
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -45,8 +45,10 @@ export interface SoundPreferences {
|
|
|
45
45
|
export interface TtsPreferences {
|
|
46
46
|
/** Preferred ElevenLabs voice ID for manual narration playback */
|
|
47
47
|
voiceId?: string;
|
|
48
|
-
/** Preferred ElevenLabs model ID for TTS
|
|
48
|
+
/** Preferred ElevenLabs model ID for TTS narrationplayback */
|
|
49
49
|
modelId?: string;
|
|
50
|
+
/** Preferred default voice ID for my player dialogue TTS */
|
|
51
|
+
myVoiceId?: string;
|
|
50
52
|
}
|
|
51
53
|
/**
|
|
52
54
|
* Preset identifiers for model stacks
|
|
@@ -119,7 +121,6 @@ export interface AIPreferences {
|
|
|
119
121
|
* Model stack preferences for narrative and dialog generation
|
|
120
122
|
*/
|
|
121
123
|
modelPrefs?: ModelStackPreferences;
|
|
122
|
-
myVoiceId?: string;
|
|
123
124
|
}
|
|
124
125
|
/**
|
|
125
126
|
* Maximum allowed genre age rating for filtering.
|