summaryrefslogtreecommitdiff
path: root/audio_alsa.c
Commit message (Expand)AuthorAge
* Add support for settable buffer length and latency offset.Mke Brady2015-06-01
* Apply command line arguments _after_ sewttings from configuration fileMike Brady2015-05-20
* Parse libconfig info during init.Mike Brady2015-05-04
* Improve metadata output -- maybe it works reliably now. Add call to get audio...Mike Brady2015-03-16
* ALSA: Instead of draining before stopping, we now flush first -- better for O...Mke Brady2014-11-12
* Store set volume and apply when the device is opened -- otherwise it is ignored.Mike Brady2014-11-09
* Change SIGUSR2 to turn on and off reserving the output device.Mke Brady2014-10-19
* Refactor code to open and close the alsa device. Now it opens the device on p...Mike Brady2014-09-25
* Improve error messages, make them quieter sometimes.Mike Brady2014-08-24
* Use snd_pcm_avail_delay instead of snd_pcm_delay; it seems to be more accurate.Mike Brady2014-05-22
* Turn off volume debug message, modify delay error message.Mike Brady2014-05-20
* Remove extra returns and generally clean up some debug messages.Mike Brady2014-05-19
* Brown bad commit -- was too eager to remove 'redundant' code.Mike Brady2014-05-09
* Make use of vol2attn in software and hardware mixers.Mike Brady2014-05-09
* Add proper low-volume rolloff to the volume control -- see, for instance, the...Mike Brady2014-05-09
* Improve error detection.Mike Brady2014-05-05
* Add some extra diagnostics.Mike Brady2014-05-01
* add flush and delay functions, modify volume curve, add some diagnosticsMike Brady2014-04-30
* whitespace cleanupsJames Laird2013-10-22
* Alsa output driverMuffinman2013-06-20