In this post, we explains how to install text to speech (TTS) on pcDuino.
First, we need to install the audio control software package:
- $sudo apt-get install pulseaudio pavucontrol
For now, we use espeak as TTS:
- $sudo apt-get install espeak
Then,we can pass the sentence to espeak:
- $espeak "hello, welcome to pcDuinp. I can help you to fullfill your dream." --stdout|paplay
