Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Sep 2005 22:32:36 +0200
From:      Raaf <freebsd@luna.afraid.org>
To:        freebsd-multimedia@freebsd.org
Subject:   Re: about text2wave (audio/festival)
Message-ID:  <43385AE4.6090007@luna.afraid.org>
In-Reply-To: <4337F580.C3FCE63C@fadesa.es>
References:  <432EF7AB.ED2AF314@fadesa.es> <4337F580.C3FCE63C@fadesa.es>

next in thread | previous in thread | raw e-mail | index | archive | help
José M. Fandiño wrote:
> "José M. Fandiño" wrote:
> 
>>>That is what I get:
>>>
>>>
>>>>festival /usr/local/share/festival/examples/text2wave
>>>
>>>SIOD ERROR: unbound variable
>>>argv
>>>closing a file left open: /usr/local/share/festival/examples/text2wave
>>>
>>>anyone knows how to get this working?
>>
>>I've not used the text2wave script but I have used festival to "read"
>>text:
>>
>>       cat textfile | festival --tts
>>
>>I'm not sure if that would suit your porposes but I thought it worth
>>mentioning.
> 
> 
> thanks you Randy, but I need convert text in audio files.
> 

Hi, you can use this to output to an audio file:

(Parameter.set 'Audio_Method 'Audio_Command)
(Parameter.set 'Audio_Command "sox -t raw -r $SR -sw -c 1  $FILE foo.wav")

You need the audio/sox port for this and may need to experiment with the
socks options.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43385AE4.6090007>