You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/openapi/descriptions/text-to-speech.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -75,13 +75,13 @@ export default {
75
75
desc: `If specified, our system will make a best effort to sample deterministically, such that repeated requests with the same seed and parameters should return the same result. Determinism is not guaranteed.`,
76
76
},
77
77
voice_id: {
78
-
desc: `Voice identifier for text-to-speech synthesis. Supports both predefined system voices and custom cloned voice IDs. Available system voices include various character types like Wise_Woman, Friendly_Person, Deep_Voice_Man, etc.`,
78
+
desc: `Voice identifier for text-to-speech synthesis. Supports both predefined system voices and custom cloned voice IDs. `,
79
79
},
80
80
emotion: {
81
81
desc: `Emotional tone to apply to the synthesized speech. Controls the emotional expression of the generated voice output.`,
82
82
},
83
83
sample_rate: {
84
-
desc: `Audio sample rate in Hz. Higher sample rates provide better audio quality but result in larger file sizes. Common rates include 8000 (telephone quality), 16000 (wide band), 22050 (radio quality), 24000 (broadcast), 32000 (FM radio), and 44100 (CD quality).`,
84
+
desc: `Audio sample rate in Hz.`,
85
85
},
86
86
bitrate: {
87
87
desc: `Audio bitrate in bits per second. Controls the compression level and audio quality. Higher bitrates provide better quality but larger file sizes.`,
@@ -96,7 +96,7 @@ export default {
96
96
desc: `Audio effects to apply to the synthesized speech. Includes options like spacious_echo, auditorium_echo, lofi_telephone, and robotic effects.`,
97
97
},
98
98
language_boost: {
99
-
desc: `Language recognition enhancement option. Improves pronunciation and recognition for the specified language or dialect. Use 'auto' for automatic language detection or specify specific languages like 'Chinese', 'English', 'Spanish', etc.`,
99
+
desc: `Language recognition enhancement option.`,
100
100
},
101
101
output_format: {
102
102
desc: `Format of the output content for non-streaming requests. Controls how the generated audio data is encoded in the response.`,
0 commit comments