From: Leo Famulari <leo@famulari.name>
To: guix-devel@gnu.org
Subject: Re: [PATCH 0/2] Add eSpeak
Date: Tue, 12 Jan 2016 01:01:47 -0500 [thread overview]
Message-ID: <20160112060147.GA9489@jasmine> (raw)
In-Reply-To: <20160112055812.GA9240@jasmine>
On Tue, Jan 12, 2016 at 12:58:12AM -0500, Leo Famulari wrote:
> On Tue, Jan 12, 2016 at 12:26:37AM -0500, Leo Famulari wrote:
> > These patches provide the eSpeak software speech synthesizer [0].
>
> I realized that the espeak upstream has gone inactive [0] and the users have
> forked the project as espeak-ng: https://github.com/espeak-ng/espeak-ng/
>
> The impression I get from the espeak ML is that the fork is merging a
> lot of third-party patches that improve support for different languages,
> as well as cleaning up the C codebase. So, in the future we should probably
> package espeak-ng as well, for the sake of users that need speech
> synthesis. It will conflict with espeak since the output binaries have
> the same names.
Or perhaps it will not conflict. I'm not sure. It's early days for
espeak-ng.
>
> There is also the espeakedit program that allows phoneme-editing. That
> should be packaged, too.
>
> [0] Read the last few months of their ML:
> http://sourceforge.net/p/espeak/mailman/espeak-general/
>
> >
> > I need advice on what audio system to configure it to use.
> >
> > This patch configures it to use PulseAudio if it is available, and to
> > use PortAudio otherwise. Of course, since I have included PulseAudio as
> > an input, PulseAudio is always available and it starts a PulseAudio
> > server if one is not running [1].
> >
> > The other option is to use only PortAudio (tested and works for me).
> >
> > I guess the factors are:
> > 1) Does GuixSD have a default audio setup that we should target? If
> > GuixSD uses PulseAudio, then I think it would be good for eSpeak to be
> > integrated into that sytem.
> > 2) Does this package, which launches PulseAudio, work for anyone on a
> > foreign distro?
> >
> > Can GuixSD users with audio please test it out? As well as users on
> > foreign distros? You can do so like this:
> > `espeak 'hello world'`
> >
> > [0]
> > http://espeak.sourceforge.net/
> >
> > [1] This is actually not the expected behaviour and I am going to file a
> > bug. The Makefile reads "'runtime' uses pulseaudio if it is running,
> > else uses portaudio". Instead, it starts PulseAudio on demand.
> >
> > Leo Famulari (2):
> > gnu: Add sonic.
> > gnu: Add espeak.
> >
> > gnu/packages/audio.scm | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++
> > 1 file changed, 86 insertions(+)
> >
> > --
> > 2.6.4
> >
> >
>
next prev parent reply other threads:[~2016-01-12 6:01 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-12 5:26 [PATCH 0/2] Add eSpeak Leo Famulari
2016-01-12 5:26 ` [PATCH 1/2] gnu: Add sonic Leo Famulari
2016-01-13 14:10 ` Ludovic Courtès
2016-01-14 3:28 ` Leo Famulari
2016-01-12 5:26 ` [PATCH 2/2] gnu: Add espeak Leo Famulari
2016-01-13 14:17 ` Ludovic Courtès
2016-01-14 3:27 ` Leo Famulari
2016-01-15 0:38 ` Leo Famulari
2016-01-15 16:15 ` Ludovic Courtès
2016-01-14 12:02 ` Ricardo Wurmus
2016-01-14 13:32 ` Ludovic Courtès
2016-01-17 16:09 ` Ricardo Wurmus
2016-01-17 20:30 ` PulseAudio & ALSA Ludovic Courtès
2016-02-09 21:45 ` Ricardo Wurmus
2016-01-12 5:58 ` [PATCH 0/2] Add eSpeak Leo Famulari
2016-01-12 6:01 ` Leo Famulari [this message]
2016-01-12 15:48 ` Andreas Enge
2016-01-12 19:30 ` Leo Famulari
2016-01-13 0:09 ` Leo Famulari
2016-01-13 14:01 ` PulseAudio Ludovic Courtès
2016-02-09 21:26 ` PulseAudio Christopher Allan Webber
2016-02-09 21:35 ` PulseAudio Leo Famulari
2016-02-12 9:12 ` PulseAudio Ludovic Courtès
2016-02-12 10:21 ` PulseAudio Ricardo Wurmus
2016-02-12 11:13 ` PulseAudio Alex Sassmannshausen
2016-02-15 7:38 ` PulseAudio Ricardo Wurmus
2016-02-15 8:56 ` PulseAudio Alex Sassmannshausen
2016-02-09 21:43 ` PulseAudio Ricardo Wurmus
2016-02-09 23:36 ` PulseAudio Jookia
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160112060147.GA9489@jasmine \
--to=leo@famulari.name \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).