-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change from espeak-ng to piper-tts for all speak requests
- Loading branch information
1 parent
5d5d0c2
commit ce21088
Showing
3 changed files
with
67 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/bash | ||
|
||
|
||
# pushd /home/pi/GoPi5Go/systests/piper-tts | ||
# echo $1 | piper --model en_US-lessac-medium.onnx --output_raw | aplay -D plughw:2,0 -r 22050 -f S16_LE -t raw - | ||
echo $1 | piper --model /home/pi/GoPi5Go/models/piper-tts/en_US-arctic-medium.onnx --output_raw | aplay -D plughw:2,0 -r 22050 -f S16_LE -t raw - | ||
# popd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters