Re: [PATCH 2/2] gnu: Add espeak.

2016-01-17 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> I’m not using pulseaudio; for me it’s just ALSA for regular software + >> JACK for “professional” audio where sync and timing matters. > > That’s what I expected. ;-) > >> I’m not very knowledgeable about pulseaudio, unfortunately. As >>

Re: [PATCH 2/2] gnu: Add espeak.

2016-01-15 Thread Ludovic Courtès
Leo Famulari skribis: > On Wed, Jan 13, 2016 at 10:27:13PM -0500, Leo Famulari wrote: >> On Wed, Jan 13, 2016 at 03:17:28PM +0100, Ludovic Courtès wrote: >> > Leo Famulari skribis: >> > >> > > * gnu/packages/audio.scm (espeak): New variable. >> > >> > If you think eSpeak-ng is not ready yet, o

Re: [PATCH 2/2] gnu: Add espeak.

2016-01-14 Thread Leo Famulari
On Wed, Jan 13, 2016 at 10:27:13PM -0500, Leo Famulari wrote: > On Wed, Jan 13, 2016 at 03:17:28PM +0100, Ludovic Courtès wrote: > > Leo Famulari skribis: > > > > > * gnu/packages/audio.scm (espeak): New variable. > > > > If you think eSpeak-ng is not ready yet, or is sufficiently different, > >

Re: [PATCH 2/2] gnu: Add espeak.

2016-01-14 Thread Ludovic Courtès
Ricardo Wurmus skribis: > I’m not using pulseaudio; for me it’s just ALSA for regular software + > JACK for “professional” audio where sync and timing matters. That’s what I expected. ;-) > I’m not very knowledgeable about pulseaudio, unfortunately. As > pulseaudio can manage audio streams us

Re: [PATCH 2/2] gnu: Add espeak.

2016-01-14 Thread Ricardo Wurmus
Ludovic Courtès writes: > Leo Famulari skribis: > >> * gnu/packages/audio.scm (espeak): New variable. > > If you think eSpeak-ng is not ready yet, or is sufficiently different, > it’s OK to package eSpeak. > >> +(native-inputs >> + `(("unzip" ,unzip))) >> +(inputs >> + `(("soni

Re: [PATCH 2/2] gnu: Add espeak.

2016-01-13 Thread Leo Famulari
On Wed, Jan 13, 2016 at 03:17:28PM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > * gnu/packages/audio.scm (espeak): New variable. > > If you think eSpeak-ng is not ready yet, or is sufficiently different, > it’s OK to package eSpeak. I'm looking into it. > > > +(native-input

Re: [PATCH 2/2] gnu: Add espeak.

2016-01-13 Thread Ludovic Courtès
Leo Famulari skribis: > * gnu/packages/audio.scm (espeak): New variable. If you think eSpeak-ng is not ready yet, or is sufficiently different, it’s OK to package eSpeak. > +(native-inputs > + `(("unzip" ,unzip))) > +(inputs > + `(("sonic" ,sonic) The “unzip” line is misaligne

[PATCH 2/2] gnu: Add espeak.

2016-01-11 Thread Leo Famulari
* gnu/packages/audio.scm (espeak): New variable. --- gnu/packages/audio.scm | 52 ++ 1 file changed, 52 insertions(+) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 111a82d..2f679b7 100644 --- a/gnu/packages/audio.scm +++ b/gnu/p