about text2wave (audio/festival)

José M. Fandiño freebsd at fadesa.es
Mon Oct 3 02:59:42 PDT 2005


Raaf wrote:
> Yes you are right, it doesn't work with large texts. This should
> work though:
> 
> (Parameter.set 'Audio_Command "cat $FILE >> foo.raw")
> 
> Afterwards you can process the raw audio file with sox.

Finally I got it working with this lines:
  
(Parameter.set 'Audio_Method 'Audio_Command)
(Parameter.set 'Audio_Required_Rate 11025)
(Parameter.set 'Audio_Required_Format 'riff)
(Parameter.set 'Audio_Command "lame --quiet --preset voice $FILE - >> $HOME/festival-output.mp3")

thank you.
-- 
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/IT d- s+:+() a31 C+++ UBL+++$ P+ L+++ E--- W++ N+ o++ K- w---
O+ M+ V- PS+ PE+ Y++ PGP+>+++ t+ 5 X+$ R- tv-- b+++ DI D++>+++
G++ e- h+(++) !r !z
------END GEEK CODE BLOCK------


More information about the freebsd-multimedia mailing list