• Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
HomepcDuinoShowcaseText-To-SpeechText to Speech (TTS) on pcDuino
Previous Next

Text to Speech (TTS) on pcDuino

Posted by: admin , November 28, 2014

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

TTS

Share!
Tweet

admin

About the author

Leave a Reply Cancel reply

You must be logged in to post a comment.

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors