tags 592442 + patch thanks Kumar Appaiah, le Sun 24 Oct 2010 21:25:35 -0500, a écrit : > On Mon, Oct 25, 2010 at 03:00:59AM +0200, Samuel Thibault wrote: > > Kumar Appaiah, le Sun 24 Oct 2010 19:42:16 -0500, a écrit : > > > On Mon, Oct 25, 2010 at 02:26:11AM +0200, Samuel Thibault wrote: > > > > > > Well, it should probably make it for squeeze, and testing the new > > > > > > parameter early is probably better. > > > > > > > > > > Really? I didn't think it was needed for Squeeze. > > > > > > > > Well, then I really have to find a way to make orca _not_ use festival > > > > by default for english (that's what it's currently doing), as it's not > > > > usable. > > > > > > Ah, I see the problem. But then, does the problem lie with orca or > > > festival? > > > > Somewhere between festival and the sound board, as when using the alsa > > backend for festival, there is no such problem. > > OK, so do you want me to make the upload? I'd appreciate it if you > give me the patch too (or just the lines I have to add to > festival.scm), since you have it ready in your mind! ;-)
Here it is. Samuel
--- lib/festival.scm.original 2010-10-25 13:45:09.000000000 +0200 +++ lib/festival.scm 2010-10-25 13:45:21.000000000 +0200 @@ -631,3 +631,6 @@ (defvar mlsa_beta_param 0.0) (provide 'festival) + +(Parameter.set 'Audio_Command "aplay -q -c 1 -t raw -f s16 -r $SR $FILE") +(Parameter.set 'Audio_Method 'Audio_Command)

