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
process.stdout.write(`Preview and browse more voices in the console: \n${VOICE_TTS_PAGE}\n`);
183
+
process.stdout.write(`Preview and browse more voices: \n${docsUrl}\n`);
146
184
}
147
185
148
186
constSYNTHESIZE_FLAGS={
@@ -177,9 +215,9 @@ const SYNTHESIZE_FLAGS = {
177
215
valueHint: "<voice>",
178
216
description: {
179
217
"en-US":
180
-
"Voice ID. Use --list-voices to see built-in voices for cosyvoice-v3-flash; for v3.5-flash provide a clone/design voice ID",
218
+
"Voice ID. Use --list-voices for the selected model (e.g. qwen-audio-3.0-tts-plus/flash, cosyvoice-v3-flash); for v3.5-flash provide a clone/design voice ID",
|`--text <text>`| string | no | Text to synthesize into speech (or use --text-file) |
106
-
|`--text-file <path>`| string | no | Read text from a file instead of --text |
107
-
|`--model <model>`| string | no | Model ID (default: configured Profile TTS model, otherwise cosyvoice-v3-flash). System voices vary by model |
108
-
|`--voice <voice>`| string | no | Voice ID. Use --list-voices to see built-in voices for cosyvoice-v3-flash; for v3.5-flash provide a clone/design voice ID |
109
-
|`--list-voices`| switch | no | List built-in system voices for the selected model and exit (console link shown in output) |
110
-
|`--format <mp3\|pcm\|wav\|opus>`| string | no | Audio format: mp3, pcm, wav, opus (default: mp3; streaming default: pcm) |
111
-
|`--sample-rate <rate>`| string | no | Audio sample rate in Hz (e.g. 24000) |
|`--text <text>`| string | no | Text to synthesize into speech (or use --text-file) |
106
+
|`--text-file <path>`| string | no | Read text from a file instead of --text |
107
+
|`--model <model>`| string | no | Model ID (default: configured Profile TTS model, otherwise cosyvoice-v3-flash). System voices vary by model |
108
+
|`--voice <voice>`| string | no | Voice ID. Use --list-voices for the selected model (e.g. qwen-audio-3.0-tts-plus/flash, cosyvoice-v3-flash); for v3.5-flash provide a clone/design voice ID |
109
+
|`--list-voices`| switch | no | List built-in system voices for the selected model and exit (console link shown in output) |
110
+
|`--format <mp3\|pcm\|wav\|opus>`| string | no | Audio format: mp3, pcm, wav, opus (default: mp3; streaming default: pcm) |
111
+
|`--sample-rate <rate>`| string | no | Audio sample rate in Hz (e.g. 24000) |
0 commit comments