aboutsummaryrefslogtreecommitdiffstats
path: root/test/read_mixer.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mixer_plugin: use GError for error handlingMax Kellermann2009-10-201-6/+14
|
* mixer/{oss,alsa}: renamed the mixer source filesMax Kellermann2009-10-201-1/+1
|
* mixer/software: new mixer which controls filter/volumeMax Kellermann2009-07-061-0/+18
| | | | | | | This mixer plugin may be used instead of the traditional global software mixer. It integrates with the "volume" filter plugin, and can control the software volume of an audio output which has no hardware mixer.
* test: added program "read_mixer"Max Kellermann2009-04-211-0/+68
This little program is used to test mixer plugins in an isolated environment. This is ALSA-only currently, because we don't have a real "plugin list" yet, and I'm too lazy to implement a switch.