Skip to content

Commit 1f3ee8c

Browse files
committed
fix: update text-to-speech descriptions for clarity and accuracy
1 parent 9f08d8c commit 1f3ee8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default {
1212
desc: `The sample rate for the output audio. Based on the encoding, different sample rates are supported. For some encodings, the sample rate is not configurable`,
1313
},
1414
voice: {
15-
desc: `Name of the voice to be used`,
15+
desc: `Name of the voice to be used.`,
1616
},
1717
apply_language_text_normalization: {
1818
desc:
@@ -87,7 +87,7 @@ export default {
8787
desc: `Audio bitrate in bits per second. Controls the compression level and audio quality. Higher bitrates provide better quality but larger file sizes.`,
8888
},
8989
format: {
90-
desc: `Audio output format. MP3 provides good compression and compatibility, PCM offers uncompressed high quality, and FLAC provides lossless compression.`,
90+
desc: `Audio output format. WAV delivers uncompressed audio in a widely supported container format, while MP3 provides good compression and compatibility.`,
9191
},
9292
channel: {
9393
desc: `Number of audio channels. 1 for mono (single channel), 2 for stereo (dual channel) output.`,

0 commit comments

Comments
 (0)