Re: Fixing gnome-speech

2006-07-09 Thread Hynek Hanke
Bill Haneman píše v St 28. 06. 2006 v 17:36 +0100: > I'm not sure I agree that speech engines should not do their own audio > output. While I think you have identified some real problems with that > approach, it's not clear that the ".wav file" approach has a low enough > latency. If tests show t

Re: Fixing gnome-speech

2006-06-28 Thread Bill Haneman
Hi Hynek, All: I'm not sure I agree that speech engines should not do their own audio output. While I think you have identified some real problems with that approach, it's not clear that the ".wav file" approach has a low enough latency. If tests show that latency is not a problem, then passing

Re: Fixing gnome-speech

2006-06-28 Thread Hynek Hanke
> Festival is free software, so this is of course fixable. Having looked > at the code, it's simple code and it wouldn't break if it'd be stretched > a bit. But that's not improving a driver: that's improving festival (if > the authors allow) and then having to depend on a very new version of > i

Re: Fixing gnome-speech

2006-06-28 Thread Enrico Zini
On Tue, Jun 27, 2006 at 05:04:37PM +0200, Hynek Hanke wrote: > * Enrico suggested we should use Festival C API instead of talking > to it via TCP. Also Olivier mentioned the whole chain to be too long and > source of troubles. However, I suspect the problem is not in the chain > being too long as

Re: Fixing gnome-speech

2006-06-28 Thread George Kraft
On Tue, 2006-06-27 at 21:34 +0200, Hynek Hanke wrote: > The modules inside the TTS > API implementation we are working on are supposed to run as separate > processes for licensing reason and for the reason of stability. You answered my malformed question. :-) Thanks. George (gk4)

Re: Fixing gnome-speech

2006-06-28 Thread Hynek Hanke
George Kraft píše v Út 27. 06. 2006 v 13:26 -0500: > On Tue, 2006-06-27 at 17:04 +0200, Hynek Hanke wrote: > > talking to it via TCP. > Are commercial TTS engines sufficiently isolated in this new TTS API > proposal? With respect to licensing, can DECtalk and TTSynth be > successfully linked to an

Re: Fixing gnome-speech

2006-06-27 Thread George Kraft
On Tue, 2006-06-27 at 17:04 +0200, Hynek Hanke wrote: > talking to it via TCP. Are commercial TTS engines sufficiently isolated in this new TTS API proposal? With respect to licensing, can DECtalk and TTSynth be successfully linked to and be used? gnome-speech is providing a nice abstraction. -

Re: Fixing gnome-speech

2006-06-27 Thread Hynek Hanke
Hello, I'd like to address a few points. * First, as we discussed on [EMAIL PROTECTED] (if someone is not subscribed, you are welcome to join), we want to create a new API to access speech synthesis. This shouldn't be looked at as "yet-another" speech API. Rather, we did some prototypes in Gnome

Re: Fixing gnome-speech

2006-06-27 Thread Willem van der Walt
Speech-dispatcher in general works well with screen readers. I am using it with its generic module as I am writing this email. It stops speech by killing the command-line program that is executed by the generic module. This works better than one would expect. When testing Orca or Gnopernicus, I

Re: Fixing gnome-speech

2006-06-27 Thread Bill Haneman
Hi Willem: That's good news about the DECTalk and TTSynth support. If we could get a Cepstral/Swift module as well, I think we'd have the major synths covered. Perhaps the gnome-speech FreeTTS code could be ported to the SpeechDispatcher API someday, to give us two free engines (especially now t

Re: Fixing gnome-speech

2006-06-27 Thread Willem van der Walt
Speech-dispatcher has support for the DECTalk Software speech and Viavoice/TTSynth. It also has a generic module through which one can make it work using any synthesizer that can take text on the command-line and speak it. Speech-dispatcher is very stable, even when using an unstable generic

Re: Fixing gnome-speech

2006-06-27 Thread Bill Haneman
On Tue, 2006-06-27 at 10:57, Olivier BERT wrote: > > I'm currently working on Speech Dispatcher backend for Orca. This > > bypasses the Gnome Speech layer completely. Since Speech Dispatcher > > offers several speech synthesizers not supported by Gnome Speech, Does Speech Dispatcher support some

Re: Fixing gnome-speech

2006-06-27 Thread Olivier BERT
> I'm currently working on Speech Dispatcher backend for Orca. This > bypasses the Gnome Speech layer completely. Since Speech Dispatcher > offers several speech synthesizers not supported by Gnome Speech, this > may be essential for some people and the Orca -> Gnome Speech -> Speech > Dispatcher

Re: Fixing gnome-speech

2006-06-27 Thread Tomas Cerha
Luke Yelavich wrote: > Mind I ask when this is likely to be completed? > If you would like testers, I would be happy to put my hand up and try. Hi Luke, I hope to be able to make something available this week, but can't promise, since I'm at Guadec and it might be hard to find some spare time. I

Re: Fixing gnome-speech

2006-06-26 Thread Enrico Zini
On Mon, Jun 26, 2006 at 11:14:01AM +0200, Tomas Cerha wrote: > I'm currently working on Speech Dispatcher backend for Orca. This > bypasses the Gnome Speech layer completely. Since Speech Dispatcher > offers several speech synthesizers not supported by Gnome Speech, this > may be essential for s

Re: Fixing gnome-speech

2006-06-26 Thread Luke Yelavich
On Mon, Jun 26, 2006 at 07:14:01PM EST, Tomas Cerha wrote: > Hi Enrico, > > I'm currently working on Speech Dispatcher backend for Orca. This > bypasses the Gnome Speech layer completely. Since Speech Dispatcher > offers several speech synthesizers not supported by Gnome Speech, Mind I ask when

Re: Fixing gnome-speech

2006-06-26 Thread Tomas Cerha
Enrico Zini wrote: > Hello, > In the meantime, however, before I hurt my brain too much with this, > what's the overall situation? Is it worth the effort of fixing > gnome-speech, or is the effort better spend on making something else > work? Hi Enrico, I'm cu

Fixing gnome-speech

2006-06-24 Thread Enrico Zini
e, writing some test code to talk to the CORBA festival driver as well as test code for the festival C/C++ API, so that I can gain familiarity with both things. Any reasons why this hasn't been done yet? In the meantime, however, before I hurt my brain too much with this, what's the overall