How to make reachy speak using Rasp pi and/or respeaker using espeak, festival and pico2wave libraries
aplay /usr/share/sounds/alsa/*
sudo apt-get install espeak
espeak "Hi I am Reachy" 2>/dev/null
#Alternative to espeak
sudo apt-get install festival
echo “Hi I am Reachy” | festival --tts
#Alternative to espeak
sudo apt-get install libttspico-utils
pico2wave -w lookdave.wav "Hi I am Reachy" && aplay lookdave.wav
git clone [<https://github.com/DexterInd/Raspberry_Pi_Speech.git>](<https://github.com/DexterInd/Raspberry_Pi_Speech.git>)
sudo python3 speak_text.py
sudo python3 jo_speak_text.py
#Enter the word:
I am Reachy. I can speak 8 languages Kannada “Sanskrit Telugu Hindi Tamil Mandarin Spanish French Hello Naaanu Reachy Mammanaamreachy NamasteMaraNamReachyhai NaperuReachy enpeyarreachy Wǒ de míngzì shì reachy mi nombre es Reachy jemappelleReachy
aplay /home/pi/Desktop/Text.wav
#Female reachy with pauses in sentences
espeak -g10 -ven+f4 "Welcome to Dexter tutorial" 2>/dev/null
Speech to text:
sudo apt-get install festival
Reference
https://www.dexterindustries.com/howto/make-your-raspberry-pi-speak/
https://elinux.org/RPi_Text_to_Speech_(Speech_Synthesis)
Quick Links Resources