Fix voice in README

This commit is contained in:
Michael Hansen
2023-06-08 15:36:29 -05:00
parent 8289c0a6e5
commit a4be7578fd
+1 -1
View File
@@ -68,7 +68,7 @@ For example:
``` sh ``` sh
echo 'Welcome to the world of speech synthesis!' | \ echo 'Welcome to the world of speech synthesis!' | \
./piper --model blizzard_lessac-medium.onnx --output_file welcome.wav ./piper --model en-us-lessac-medium.onnx --output_file welcome.wav
``` ```
For multi-speaker models, use `--speaker <number>` to change speakers (default: 0). For multi-speaker models, use `--speaker <number>` to change speakers (default: 0).