Skip to content

Piper tts not functioning properly on RPI5 #359

Answered by DaveXanatos
LizardKing2212 asked this question in Q&A
Discussion options

You must be logged in to vote

I did get it working:

wget https://github.com/rhasspy/piper/releases/download/v1.2.0/piper_arm64.tar.gz
tar -xvzf piper_arm64.tar.gz

Will now have subfolder, cd to it
Get the voice model & json

    wget https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/en/en_US/amy/medium/en_US-amy-medium.onnx
    wget https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/en/en_US/amy/medium/en_US-amy-medium.onnx.json

You should have two files - en_US-amy-medium.onnx and en_US-amy-medium.onnx.json - in same dir as piper

In same dir type echo 'Welcome to the world of speech synthesis!' | ./piper --model en_US-amy-medium.onnx --output file welcome.wav

pi@LangDev:~/Desktop/Piper/piper $ ls
en…

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@LizardKing2212
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@LizardKing2212
Comment options

@DaveXanatos
Comment options

@DaveXanatos
Comment options

Answer selected by LizardKing2212
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants