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
`--voice is required.\nRun the following to see available voices:\n bl speech synthesize --list-voices --model ${model}`,
273
+
`--voice is required.\nRun the following to see available voices:\n bl speech synthesize --list-voices --model ${model}\nBrowse more voices: ${VOICE_TTS_PAGE}`,
|`--text <text>`| string | yes | Text to synthesize into speech |
83
-
|`--text-file <path>`| string | no | Read text from a file instead of --text |
84
-
|`--model <model>`| string | no | Model ID (default: cosyvoice-v3-flash). System voices available for cosyvoice-v3-flash |
85
-
|`--voice <voice>`| string | no | Voice ID. Use --list-voices to see system voices for cosyvoice-v3-flash; for v3.5-flash provide a clone/design voice ID |
86
-
|`--list-voices`| boolean | no | List available system voices for the selected model and exit |
87
-
|`--format <format>`| string | no | Audio format: mp3, pcm, wav, opus (default: mp3) |
88
-
|`--sample-rate <rate>`| string | no | Audio sample rate in Hz (e.g. 24000) |
|`--text <text>`| string | yes | Text to synthesize into speech |
83
+
|`--text-file <path>`| string | no | Read text from a file instead of --text |
84
+
|`--model <model>`| string | no | Model ID (default: cosyvoice-v3-flash). System voices available for cosyvoice-v3-flash |
85
+
|`--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 |
86
+
|`--list-voices`| boolean | no | List built-in system voices for the selected model and exit (console link shown in output)|
87
+
|`--format <format>`| string | no | Audio format: mp3, pcm, wav, opus (default: mp3) |
88
+
|`--sample-rate <rate>`| string | no | Audio sample rate in Hz (e.g. 24000) |
0 commit comments