Skip to content

Commit 8e8c56f

Browse files
authored
Merge pull request #133 from aimlapi/stelyatko/fix-tts-descs
fix tts desc make it short
2 parents 8737594 + 4e7d127 commit 8e8c56f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/openapi/descriptions/text-to-speech.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ export default {
7575
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.`,
7676
},
7777
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. `,
7979
},
8080
emotion: {
8181
desc: `Emotional tone to apply to the synthesized speech. Controls the emotional expression of the generated voice output.`,
8282
},
8383
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.`,
8585
},
8686
bitrate: {
8787
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 {
9696
desc: `Audio effects to apply to the synthesized speech. Includes options like spacious_echo, auditorium_echo, lofi_telephone, and robotic effects.`,
9797
},
9898
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.`,
100100
},
101101
output_format: {
102102
desc: `Format of the output content for non-streaming requests. Controls how the generated audio data is encoded in the response.`,

0 commit comments

Comments
 (0)