Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Combining OCR and TTS

Hello everyone

 

Please someone combine OCR and TTS together so that I can get combined result of Text to speech conversion using OCR

 

Thanks

Download All
0 Kudos
Message 1 of 2
(4,295 Views)

Assuming you can even get the LVTTS.LLB to work, you simply need to connect the OCR output to the TTS input.

 

Try this instead.

 

Download FESTIVAL from http://homepages.inf.ed.ac.uk/jyamagis/release/FreeVoices-WindowsBinary.zip

 

Put the extracted folder at C:\Festival  This is important, or Festival will not work.

 

Use the system Exec.vi

Wire [c:\festival\festival.exe --tts] to the command line

 

and wire [This is a test], or whatever you want to say to the standard input.

 

There are other commands that Festival supports for changing the voice, and other things.

Machine Vision, Robotics, Embedded Systems, Surveillance

www.movimed.com - Custom Imaging Solutions
0 Kudos
Message 2 of 2
(4,108 Views)