Commit graph

13 commits

Author SHA1 Message Date
Samuel Thibault
53665b8eab Support setting ALSA volume in addition to espeak volume
This allows to make sure to reach the maximum volume permitted by the
hardware. This makes the default volume (5) set ALSA volume to 80%, like
the default ALSA scripts do.

This is not enabled by default, since users will probably want to use a
mixer to fine-tune their volume. But for e.g. installation images, this
allows to spare the use of a mixer and just use the speakup volume
control.
2020-04-29 02:48:39 +02:00
William Hubbs
3e5815429b Add my email address to the copyright statement 2016-07-24 21:38:44 -05:00
Christopher Brannon
c06f18c454 support adapters using the acsint module 2011-05-05 17:29:25 -05:00
William Hubbs
999e6551b5 add pid path option to help 2011-05-05 14:50:23 -05:00
William Hubbs
3353241a79 add command line option to change the pid path
This adds a -P or --pid-path option to the command line which
allows the user to change the path and the name of the pid file created
when espeakup is running as a daemon.

I would like to thank Chris Brannon for the original idea for this.
2011-05-05 14:12:40 -05:00
William Hubbs
701074fd96 go back to just using a makefile
The reason I went to autotools was the multiple sound systems, but since
we are now just using espeak's audio processing we can go back to a more
simple build system.
2011-03-06 13:09:42 -06:00
William Hubbs
056dcf70fe convert to autotools 2010-05-04 22:55:13 -05:00
William Hubbs
e2493db48e add --default-voice option to the help and README
This commit adds the documentation to the help and README files for the
--default-voice command line option.
2009-03-08 10:18:44 -05:00
William Hubbs
2351b5d489 add support for setting the default voice
This adds support for a --default-voice or -V (upper case) command line
option which will set the default voice espeakup uses.  This takes a
name of an espeak voice -- for example:

espeakup --default-voice=en-us

or

espeakup -V en-us
2009-03-07 14:34:49 -06:00
William Hubbs
c12ec3e1b0 moved version definition
This commit moves the version definition to espeakup.c instead of cli.c
2009-02-09 08:46:14 -06:00
William Hubbs
f7ddd8dc77 Released v0.4. 2008-10-22 19:23:46 -05:00
William Hubbs
17f07e8cd1 released v0.3. 2008-09-28 12:26:26 -05:00
William Hubbs
1f784be891 added support for long command line options 2008-09-03 08:16:54 -05:00