Michelangelo Guarise
Published

User inputs and Text to Speech Feedback on UDOO

Make a free text-to-speech system.

Full instructions provided1,354
User inputs and Text to Speech Feedback on UDOO

Things used in this project

Hardware components

UDOO DUAL
UDOO DUAL
×1

Story

Read more

Code

file_6898.python

Python
import subprocess

while 1:
  x=raw_input("enter the text:")
  subprocess.call('echo '+x+' | festival tts', shell=True)

Credits

praveen

Comments