Skip to content

Commit 062b036

Browse files
committed
fix: enhance text-to-speech format descriptions
1 parent 1f3ee8c commit 062b036

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,10 @@ 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. WAV delivers uncompressed audio in a widely supported container format, while MP3 provides good compression and compatibility.`,
90+
desc: `Audio output format. MP3 provides good compression and compatibility, PCM offers uncompressed high quality, and FLAC provides lossless compression.`,
91+
inworld: {
92+
desc: `Audio output format. WAV delivers uncompressed audio in a widely supported container format, while MP3 provides good compression and compatibility.`,
93+
}
9194
},
9295
channel: {
9396
desc: `Number of audio channels. 1 for mono (single channel), 2 for stereo (dual channel) output.`,

0 commit comments

Comments
 (0)