From owner-freebsd-multimedia@FreeBSD.ORG Mon Oct 3 09:59:42 2005 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFFED16A41F for ; Mon, 3 Oct 2005 09:59:42 +0000 (GMT) (envelope-from freebsd@fadesa.es) Received: from fuego.fadesa.es (fuego.fadesa.es [195.55.55.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 195FC43D46 for ; Mon, 3 Oct 2005 09:59:39 +0000 (GMT) (envelope-from freebsd@fadesa.es) Received: (from root@localhost) by fuego.fadesa.es (8.9.3p2/8.8.8) id MAA15231 for ; Mon, 3 Oct 2005 12:02:18 +0200 Received: from tierra.fadesa.es(195.55.55.7) by fuego.fadesa.es Mon, 3 Oct 05 12:01:58 +0200 Received: from fadesa.es (filemon.fadesa.es [195.55.55.6] (may be forged)) by tierra.fadesa.es (8.9.3p2/8.8.8) with ESMTP id LAA19717 for ; Mon, 3 Oct 2005 11:59:05 +0200 Sender: fan@fadesa.es Message-ID: <434100E9.1AC8B80F@fadesa.es> Date: Mon, 03 Oct 2005 11:59:05 +0200 From: "=?iso-8859-15?Q?Jos=E9?= M. =?iso-8859-15?Q?Fandi=F1o?=" Organization: Inmobiliaria FADESA X-Mailer: Mozilla 4.8 [en] (X11; U; Linux 2.4.30-ow1 i686) X-Accept-Language: gl, en, es MIME-Version: 1.0 To: multimedia@freebsd.org References: <4337F580.C3FCE63C@fadesa.es> <432EF7AB.ED2AF314@fadesa.es> <43385AE4.6090007@luna.afraid.org> <433BB4AE.BDD6E180@fadesa.es> <433C453F.7080709@luna.afraid.org> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit X-Logged: Logged by tierra.fadesa.es as LAA19717 at Mon Oct 3 11:59:05 2005 Cc: Subject: Re: about text2wave (audio/festival) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@fadesa.es List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2005 09:59:42 -0000 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------