Re: Speech Dispatcher and audio
- From: Halim Sahin <halim sahin freenet de>
- To: gnome-accessibility-list gnome org
- Subject: Re: Speech Dispatcher and audio
- Date: Tue, 17 Nov 2009 11:59:43 +0100
Hello,
On Mo, Nov 16, 2009 at 10:25:29 +0100, Gilles Casse wrote:
> Hynek Hanke wrote:
> > Now we tend to think that any solution where the audio
> > is not output to kernel space directly from the synthesis
> > driver (like we do with ALSA) is not a possible way given
> > the current state of things.
NACK
> > Of course you are welcome to cross check these results,
> > that would be very useful. There might be something which
> > changed or something that we are missing.
> >
>
> I will look at this.
> Best regards,
> Gilles
Please have a look to paplay code.
Using espeak-genric driver in speech-dispatcher through pulseaudio (with
paplay).
produces very well working output.
I am using the following command in espeak-generic.conf
GenericExecuteSynth \
"echo \"$DATA\" |\
espeak --stdout -v $VOICE -s $RATE -a $VOLUME -p $PITCH $PUNCT --stdin |\
paplay -"
The command pipes espeak output through paplay and doesn't need a
temporary wavfile for playback.
The test shows that the problem must be in speech-dispatcher pulseaudio
code (not in pulseaudio).
The generic stuff works as expected fast, reliiable and with low
latency.
I am using this since 6 weeks.
The solution was tested with ubuntu karmic kernel as well (works).
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]