Skip to content

Commit 2fb9fe9

Browse files
authored
Merge pull request #228 from aimlapi/stelyatko/fix-update-text-to-speech-descriptions
fix: update text-to-speech descriptions for clarity and accuracy
2 parents dac4e3d + 062b036 commit 2fb9fe9

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
@@ -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:
@@ -88,6 +88,9 @@ export default {
8888
},
8989
format: {
9090
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)