Difference between revisions of "FreeTTS"

From HalfgeekKB
Jump to navigation Jump to search
 
Line 5: Line 5:
 
The following command reads src.txt into dst.wav.  For decoding purposes, it may be important to note that the produced file (on my system, anyway) is PCM, 16000Hz, mono, 16-bit.
 
The following command reads src.txt into dst.wav.  For decoding purposes, it may be important to note that the produced file (on my system, anyway) is PCM, 16000Hz, mono, 16-bit.
  
  java -jar /lib/freetts.jar -dumpAudio dst.wav -file src.txt
+
  java -jar (installdir)/lib/freetts.jar -dumpAudio dst.wav -file src.txt

Revision as of 15:46, 9 November 2005

FreeTTS is a text-to-speech engine written in Java, available from http://freetts.sf.net/.

Reading text into a WAV file

The following command reads src.txt into dst.wav. For decoding purposes, it may be important to note that the produced file (on my system, anyway) is PCM, 16000Hz, mono, 16-bit.

java -jar (installdir)/lib/freetts.jar -dumpAudio dst.wav -file src.txt