]>
git.alsa-project.org Git - alsa-utils.git/log
James Courtier-Dutton [Sat, 16 Apr 2005 10:19:50 +0000 (10:19 +0000)]
Add sound samples.
James Courtier-Dutton [Thu, 14 Apr 2005 15:53:53 +0000 (15:53 +0000)]
Implement Pink noise output.
Thank you Nathan Hurst and Phil Burk.
James Courtier-Dutton [Thu, 14 Apr 2005 15:06:33 +0000 (15:06 +0000)]
Minor updates. No functionallity changes.
Takashi Iwai [Wed, 30 Mar 2005 16:11:11 +0000 (16:11 +0000)]
Fix typo
Fixed a typo.
Jaroslav Kysela [Tue, 29 Mar 2005 14:06:29 +0000 (14:06 +0000)]
Fixed basic astraction selection for simple mixer API
Jaroslav Kysela [Sun, 27 Mar 2005 12:50:34 +0000 (12:50 +0000)]
Added -a,--abstract switch for upcoming abstract mixer API
Jaroslav Kysela [Thu, 24 Mar 2005 09:50:04 +0000 (09:50 +0000)]
release: 1.0.9rc2
Claudio Fontana [Thu, 24 Mar 2005 08:24:52 +0000 (08:24 +0000)]
fix typo
Just s/verion/version/ in alsaconf.in
Signed-off-by: Claudio Fontana <sick_soul@yahoo.it>
Takashi Iwai [Wed, 16 Mar 2005 13:31:31 +0000 (13:31 +0000)]
Adjust Front volume as default
Adjust "Front" volume as default, too.
Takashi Iwai [Wed, 16 Mar 2005 13:30:47 +0000 (13:30 +0000)]
Add alsaconf french man page
Added a french man page for alsaconf by Baptiste Meles.
Clemens Ladisch [Mon, 14 Mar 2005 15:13:48 +0000 (15:13 +0000)]
detect attempts to play .mid files with amidi
Complain when the user attempts to play .mid files with amidi.
Clemens Ladisch [Mon, 14 Mar 2005 15:11:45 +0000 (15:11 +0000)]
fix amidi error handling
Fix error handling when the input file cannot be loaded.
Jaroslav Kysela [Sun, 13 Mar 2005 09:31:40 +0000 (09:31 +0000)]
release: 1.0.9rc1
Markus Bollinger [Tue, 8 Mar 2005 16:14:29 +0000 (16:14 +0000)]
Fix 32kHz sample rates
Fixed typos in check of sample rates. Now 32k is handled correctly.
Signed-off-by: Markus Bollinger <bollinger@digigram.com>
Thomas Hood [Tue, 22 Feb 2005 17:06:59 +0000 (17:06 +0000)]
Change the Debian configuration file name
The patch changes the file name to which alsaconf writes
if the system is Debian
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
Takashi Iwai [Tue, 22 Feb 2005 17:04:51 +0000 (17:04 +0000)]
Fix check of fedora and redhat distributions
Fix the syntax error in check of fedora and redhat distributions
(BTS #318)
Thomas Hood [Tue, 22 Feb 2005 13:42:44 +0000 (13:42 +0000)]
Fix typo in alsaconf "modinfo" option
BTS #921
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
Clemens Ladisch [Mon, 21 Feb 2005 08:30:12 +0000 (08:30 +0000)]
move event dumping from arecordmidi to aseqdump
Remove the event dumping functionality from arecordmidi and
put it into the new aseqdump utility.
Clemens Ladisch [Mon, 21 Feb 2005 08:27:11 +0000 (08:27 +0000)]
adopt readme changes in manpage
Adopt the changes in the 0.0.7 raeadme in the man page.
Clemens Ladisch [Mon, 21 Feb 2005 08:18:58 +0000 (08:18 +0000)]
use non-breaking hyphens in man page
Replace - with \- where breaking hyphens are not intended.
Takashi Iwai [Fri, 18 Feb 2005 10:18:53 +0000 (10:18 +0000)]
Update to speaker-tools 0.0.7
Updated to speaker-tools version 0.0.7.
Takashi Iwai [Thu, 17 Feb 2005 15:03:35 +0000 (15:03 +0000)]
Use -q option with grep
Use -q option with grep.
Clemens Ladisch [Wed, 16 Feb 2005 10:03:52 +0000 (10:03 +0000)]
fix buffer length calculation
The send_hex buffer length has to include the separating space, too.
Clemens Ladisch [Wed, 16 Feb 2005 09:54:28 +0000 (09:54 +0000)]
clarify options in man page
Actually show an overview of the options instead of saying "amidi options".
Clemens Ladisch [Wed, 16 Feb 2005 09:52:25 +0000 (09:52 +0000)]
allow --send-hex data without quotes
Now all non-option arguments are read as data for the -S option,
instead of requiring exactly one argument for -S.
This fixes the bug that when specifying multiple bytes for the -S
option separated with spaces but without quoting, amidi would silently
ignore all but the first byte.
Giuliano Pochini [Fri, 4 Feb 2005 15:35:27 +0000 (15:35 +0000)]
amixer no-range-checking option
This patch adds the --nocheck option that disables range checking. It helps
debugging drivers.
Signed-off-by: Giuliano Pochini <pochini@shiny.it>
Takashi Iwai [Mon, 31 Jan 2005 17:49:38 +0000 (17:49 +0000)]
Fix exit code
Fixed the exit code with -h option and invalid options.
Takashi Iwai [Mon, 31 Jan 2005 17:49:04 +0000 (17:49 +0000)]
Fix exit code
Fixed the exit code for invalid options. Now returns 1.
Takashi Iwai [Mon, 31 Jan 2005 13:52:09 +0000 (13:52 +0000)]
Fix exit status
Return the exit status 0 after -h option.
When invalid options are given, it should return exit code 1.
Takashi Iwai [Mon, 31 Jan 2005 13:48:50 +0000 (13:48 +0000)]
exits with status 0 after -h option
amixer exits with status 0 after -h option (ALSA BTS #858).
Takashi Iwai [Mon, 31 Jan 2005 13:46:05 +0000 (13:46 +0000)]
Show other view names
alsamixer shows all view names in the View: line so that user
can understand what it means. The currently used view is
shown with brackets and emphasized.
Takashi Iwai [Mon, 24 Jan 2005 12:02:35 +0000 (12:02 +0000)]
return error code on faillure
Patch by Thierry Vignaud <tvignaud@mandrakesoft.com>:
this enable callers to be aware of any faillure
Takashi Iwai [Thu, 20 Jan 2005 18:06:10 +0000 (18:06 +0000)]
Sort options in alphabetic order
Sort options in alphabetic order.
Takashi Iwai [Thu, 13 Jan 2005 15:42:25 +0000 (15:42 +0000)]
Fix compile warnings
Fixed compile warnings due to unused variables.
Takashi Iwai [Thu, 13 Jan 2005 15:32:56 +0000 (15:32 +0000)]
Fix make without NLS
Fix make without NLS support.
Jaroslav Kysela [Thu, 13 Jan 2005 09:55:09 +0000 (09:55 +0000)]
release: 1.0.8
Takashi Iwai [Wed, 12 Jan 2005 11:08:53 +0000 (11:08 +0000)]
Support quick volume change
Patch provided by nijel, ALSA BTS #785:
Attached patch adds support for quickly changing volume using 0-9 keys
in simmilar way as aumix does.
Takashi Iwai [Wed, 12 Jan 2005 11:02:27 +0000 (11:02 +0000)]
Remove number key assignment
Don't use number keys for alternatives to F1-F5.
The Tab key can be used to toggle view modes, instead.
Clemens Ladisch [Mon, 10 Jan 2005 08:25:27 +0000 (08:25 +0000)]
fix crashes when selecting an empty view
alsamixer would crash when a view without controls was selected
Takashi Iwai [Wed, 5 Jan 2005 11:40:10 +0000 (11:40 +0000)]
Fix installation
It seems that old autoconf doesn't like @mkdir_p@...
Jaroslav Kysela [Wed, 5 Jan 2005 06:59:09 +0000 (06:59 +0000)]
release: 1.0.8rc2
Takashi Iwai [Mon, 3 Jan 2005 13:35:10 +0000 (13:35 +0000)]
Fix installation
Fix installation: use mkdir -p instead of mkinstalldirs.
Takashi Iwai [Mon, 3 Jan 2005 13:33:06 +0000 (13:33 +0000)]
Fix VU meter
Fixed VU meter output of 8 and 32bit samples.
Takashi Iwai [Mon, 3 Jan 2005 13:32:34 +0000 (13:32 +0000)]
Fix compilation
Fix compilation: the code was based on the developing version of alsa-lib...
Takashi Iwai [Mon, 3 Jan 2005 12:00:08 +0000 (12:00 +0000)]
Usability improvement
Improved the usability of alsamixer:
- the mute/unmute appears in a separate box below the volume bar
more obviously
- the capture switch appears below the volume bar, too
- the controls without volume doesn't show volume bars
- fixed bugs with all view mode
- fixed the calculation of volume bar size
- show left/right scrollable status
- code clean up
Takashi Iwai [Mon, 3 Jan 2005 11:57:42 +0000 (11:57 +0000)]
Misc clean up
Misc clean up: make msgmerge as macro.
Takashi Iwai [Mon, 3 Jan 2005 11:57:02 +0000 (11:57 +0000)]
Require alsa-lib 1.0.8
Now requires alsa-lib 1.0.8 for the support of user-defined controls.
Takashi Iwai [Mon, 3 Jan 2005 11:56:27 +0000 (11:56 +0000)]
Support user-defined controls
Support store/restore of user-defined controls.
Also, the numid is no longer checked when -F option is given.
The element is determined only from the given name, iface, index, device and
subdevice.
Takashi Iwai [Mon, 3 Jan 2005 11:55:04 +0000 (11:55 +0000)]
Move m4 to the tail of SUBDIRS
Moved m4 to the tail of SUBDIRS list.
Takashi Iwai [Wed, 29 Dec 2004 16:10:47 +0000 (16:10 +0000)]
i18nize alsaconf
alsaconf is i18nized. Only ja.po is provided, so far.
Jaroslav Kysela [Tue, 21 Dec 2004 15:24:44 +0000 (15:24 +0000)]
release: 1.0.8rc1
Jaroslav Kysela [Tue, 21 Dec 2004 14:33:10 +0000 (14:33 +0000)]
release: 1.0.8-rc1
Takashi Iwai [Mon, 20 Dec 2004 13:18:23 +0000 (13:18 +0000)]
More descriptions about mixer views and view modes
More descriptions about mixer view and view modes are added.
Corrected some typos.
Takashi Iwai [Mon, 20 Dec 2004 13:17:47 +0000 (13:17 +0000)]
Add -V option
Add -V option to specify the default view mode.
Takashi Iwai [Mon, 20 Dec 2004 13:17:08 +0000 (13:17 +0000)]
Start aplay/arecord in non-blocking mode
Start aplay/arecord with -N option in non-blocking mode.
Takashi Iwai [Wed, 15 Dec 2004 15:15:56 +0000 (15:15 +0000)]
Reinitialize the size calculation at view change
The volume bar and space sizes are recalculated at each time when
the view mode is changed. This will fix the problem when the view
with fewer volumes is switched to the view with more volumes.
Takashi Iwai [Fri, 3 Dec 2004 13:34:39 +0000 (13:34 +0000)]
Assign alternative keys for function keys
Assign number 1-5 keys as alternative keys for the function keys.
Some terminal programs like gnome-terminal doesn't like that apps
use function keys.
Takashi Iwai [Thu, 2 Dec 2004 17:27:41 +0000 (17:27 +0000)]
Change the view toggle behavior
Added [F5] key to toggle to "All channels".
Back from help/proc screen keeps the old channel view mode.
Thomas Hood [Thu, 2 Dec 2004 14:44:58 +0000 (14:44 +0000)]
Add man page of speaker-test
Attached is a speaker-test man page which I believe was submitted to
Debian by James Courtier-Dutton. Please proof read it before including it.
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
Jaroslav Kysela [Thu, 11 Nov 2004 18:29:03 +0000 (18:29 +0000)]
release: 1.0.7
Takashi Iwai [Tue, 9 Nov 2004 18:36:47 +0000 (18:36 +0000)]
added requirements section and fixed the obsolete path
Jaroslav Kysela [Tue, 12 Oct 2004 05:58:45 +0000 (05:58 +0000)]
release: 1.0.7rc2
Nicolas FRANCOIS [Fri, 8 Oct 2004 16:15:34 +0000 (16:15 +0000)]
Fix hyphens in man pages
This patch converts hyphens to minus signs in the man pages (for options,
emails, or command line examples).
This patch also closes one font modifier in iecset.1.
(s/\fIfalse\fI,/\fIfalse\fP,/)
Signed-off-by: Nicolas FRANCOIS <nicolas.francois@centraliens.net>
Thomas Hood [Fri, 24 Sep 2004 11:29:02 +0000 (11:29 +0000)]
make alsaconf parse lspci output correctly
Fix for systems like debian which has different lspci output.
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
Takashi Iwai [Fri, 24 Sep 2004 10:19:29 +0000 (10:19 +0000)]
Assign '?' key for help
Assign '?' key for viewing the help as a synonym for 'h'.
Thomas Hood [Fri, 24 Sep 2004 10:00:42 +0000 (10:00 +0000)]
mention that commands given to alsamixer in upper case can also be entered in lower case
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
Thomas Hood [Fri, 24 Sep 2004 09:58:20 +0000 (09:58 +0000)]
Refrain from creating /etc/modprobe.conf if it does not already exist
Patch for alsaconf which makes it refrain from creating
/etc/modprobe.conf if the latter does not already exist.
Creating an empty /etc/modprobe.conf is bad because if it
exists then modprobe uses _only_ this file -- it does not
use /etc/modprobe.d/.
Additionally, this patch makes alsaconf set the cleanup
trap before it creates temporary files rather than after.
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
Thomas Hood [Fri, 24 Sep 2004 09:53:32 +0000 (09:53 +0000)]
Add a missing letter 'e'
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
Thomas Hood [Fri, 24 Sep 2004 09:51:45 +0000 (09:51 +0000)]
Describe what happens if aplay's --duration is zero
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
Thomas Hood [Fri, 24 Sep 2004 09:49:57 +0000 (09:49 +0000)]
fixes its use of formatting codes in amixer.1
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
Thomas Hood [Fri, 24 Sep 2004 09:36:52 +0000 (09:36 +0000)]
mention that '<' and '>' mute channels separately only if the hardware supports this
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
Thomas Hood [Fri, 24 Sep 2004 09:33:20 +0000 (09:33 +0000)]
Correct the description of the function of the spacebar in alsamixer.1
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
Thomas Hood [Thu, 23 Sep 2004 11:00:35 +0000 (11:00 +0000)]
In Debian write to the correct configuration file
Patch for alsaconf.in to make it use the correct configuration
filename for Debian
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
Clemens Ladisch [Mon, 13 Sep 2004 07:04:53 +0000 (07:04 +0000)]
various bugfixes
- don't parse -X option because such an option doesn't exist
- allow argument for --sleep-min option
- fix handling of .voc magic string
- fix handling of .voc files on big-endian machines
- remove superfluous "size" parameter from check_wavefile_space macro
- reallocate buffer only if needed in check_wavefile_space
- fix playback of >2GB .wav files
- skip over padding bytes in .wav files
- fix memory leak when playing .voc silence blocks
- fix file length when recording >2GB .wav files
- fix recording of >4GB files
Takashi Iwai [Tue, 31 Aug 2004 16:27:25 +0000 (16:27 +0000)]
[alsaconf] fix probing, option clean up.
- Fixed the probing brokenness by my last change.
- Fixed long options.
- Now -L option requires the logfile argument.
- Corrected manpage.
Takashi Iwai [Fri, 27 Aug 2004 16:29:20 +0000 (16:29 +0000)]
James Courtier-Dutton <James@superbug.demon.co.uk>:
It causes alsamixer to display 2 different views of the mixer controls.
One view shows only the "Playback" controls, the other view shows only
the "Capture" controls, with a hidden mode (Press F1, then Enter) to
show the old method of all controls together.
Takashi Iwai [Fri, 27 Aug 2004 16:25:37 +0000 (16:25 +0000)]
Fixed the detection of audio class.
Now class 040? is detected, not only 0401 (Intel HD has 0402).
Jaroslav Kysela [Sun, 15 Aug 2004 08:24:58 +0000 (08:24 +0000)]
release: 1.0.6
Jaroslav Kysela [Tue, 10 Aug 2004 09:46:19 +0000 (09:46 +0000)]
Fixed typo
Takashi Iwai [Thu, 5 Aug 2004 14:33:56 +0000 (14:33 +0000)]
Added -c option to specify the module config file.
Takashi Iwai [Wed, 4 Aug 2004 15:21:12 +0000 (15:21 +0000)]
Fixed the wrong integer suffix.
Jaroslav Kysela [Wed, 4 Aug 2004 13:42:02 +0000 (13:42 +0000)]
release: 1.0.6rc1
Clemens Ladisch [Fri, 9 Jul 2004 07:09:28 +0000 (07:09 +0000)]
manpages: remove bogus .ID macro, use .TP for examples
Takashi Iwai [Thu, 1 Jul 2004 09:36:54 +0000 (09:36 +0000)]
Show warning if the format is changed due to the file type.
(e.g. WAV yields little-endian)
Clemens Ladisch [Thu, 10 Jun 2004 15:50:58 +0000 (15:50 +0000)]
print caption in hardware list only once
Jaroslav Kysela [Fri, 28 May 2004 13:17:19 +0000 (13:17 +0000)]
release: 1.0.5
Jaroslav Kysela [Mon, 24 May 2004 17:58:29 +0000 (17:58 +0000)]
release: 1.0.5rc1
Jaroslav Kysela [Sun, 16 May 2004 13:43:29 +0000 (13:43 +0000)]
James Courtier-Dutton <James@superbug.demon.co.uk>
I attach a patch that updates the speaker-test program.
It corrects a few minor bugs as well as add a new -s option.
Takashi Iwai [Tue, 11 May 2004 16:58:48 +0000 (16:58 +0000)]
show single values for mono volumes.
Takashi Iwai [Mon, 10 May 2004 14:28:02 +0000 (14:28 +0000)]
added speaker-test utility by James Courtier-Dutton <James@superbug.demon.co.uk>
imported version: 0.0.4.
Clemens Ladisch [Mon, 3 May 2004 10:03:57 +0000 (10:03 +0000)]
fix default buffer time setting when maximum buffer time is less than 250 ms
Jaroslav Kysela [Tue, 27 Apr 2004 13:38:59 +0000 (13:38 +0000)]
amorac <amorac@ole.com>
arecord doesn't record if you don't indicate the time limit
The problem happens when the Wave-file is checked for it being even.
I have tried with the next change in aplay.c and it seems to work fine.
Jaroslav Kysela [Mon, 19 Apr 2004 14:43:26 +0000 (14:43 +0000)]
Gentoo update
Clemens Ladisch [Tue, 6 Apr 2004 06:22:19 +0000 (06:22 +0000)]
arecordmidi enhancements by Pedro Lopez-Cabanillas
Jaroslav Kysela [Sat, 3 Apr 2004 09:41:15 +0000 (09:41 +0000)]
release: 1.0.4
Jaroslav Kysela [Sat, 3 Apr 2004 08:40:17 +0000 (08:40 +0000)]
Added AC_PREREQ(2.53) for autoconf
Jaroslav Kysela [Fri, 26 Mar 2004 16:15:46 +0000 (16:15 +0000)]
release: 1.0.4rc1
Takashi Iwai [Fri, 19 Mar 2004 13:29:23 +0000 (13:29 +0000)]
fixed the legacy detection with the recent modprobe
Jaroslav Kysela [Sun, 14 Mar 2004 17:06:24 +0000 (17:06 +0000)]
Added rpmbuild detection
Jaroslav Kysela [Tue, 9 Mar 2004 17:43:46 +0000 (17:43 +0000)]
Jeff Law
aplay.c relies upon a GCC extension that has been removed.
Specifically the "cast as lvalue" extension. This patch removes
this dependency.