From b5adc793edd862c4268573bde8eb3deb7c91d0bb Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Sun, 28 May 2023 19:28:10 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a134ec..5460e97 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ echo 'Welcome to the world of speech synthesis!' | \ ./piper --model en-us-blizzard_lessac-medium.onnx --output_file welcome.wav ``` -[Listen to voice samples](https://rhasspy.github.io/piper-samples) +[Listen to voice samples](https://rhasspy.github.io/piper-samples) and check out a [video tutorial by Thorsten Müller](https://youtu.be/rjq5eZoWWSo) Voices are trained with [VITS](https://github.com/jaywalnut310/vits/) and exported to the [onnxruntime](https://onnxruntime.ai/).