From a4be7578fdaf6bf8e6d9dceab95056b5cbbe4485 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Thu, 8 Jun 2023 15:36:29 -0500 Subject: [PATCH] Fix voice in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1e9458..96b894e 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ For example: ``` sh 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 ` to change speakers (default: 0).