Skip to content

Instantly share code, notes, and snippets.

@ratacibernetica
Last active February 11, 2021 05:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ratacibernetica/e196828225fe523fdb5f1d0ee70cba43 to your computer and use it in GitHub Desktop.
Save ratacibernetica/e196828225fe523fdb5f1d0ee70cba43 to your computer and use it in GitHub Desktop.
Raspberry pi espeak mbrola español voice TTS
mkdir $HOME/espeak
cd ~/espeak
wget https://raspberry-pi.fr/download/espeak/mbrola3.0.1h_armhf.deb -O mbrola.deb
sudo dpkg -i mbrola.deb
sudo apt install mbrola-mx1 -y
espeak -a 200 -v mb-mx1 -s 150 "Pepe pecas pica papas" --stdout | aplay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment