Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Oct 2005 11:59:05 +0200
From:      "=?iso-8859-15?Q?Jos=E9?= M. =?iso-8859-15?Q?Fandi=F1o?="  <freebsd@fadesa.es>
To:        multimedia@freebsd.org
Subject:   Re: about text2wave (audio/festival)
Message-ID:  <434100E9.1AC8B80F@fadesa.es>
References:  <4337F580.C3FCE63C@fadesa.es> <432EF7AB.ED2AF314@fadesa.es> <43385AE4.6090007@luna.afraid.org> <433BB4AE.BDD6E180@fadesa.es> <433C453F.7080709@luna.afraid.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?434100E9.1AC8B80F>