summaryrefslogtreecommitdiff
path: root/audio_sndio.c
Commit message (Expand)AuthorAge
* 3.3.7rc0Mike Brady2020-07-06
* Squashed commit of the following:Mike Brady2020-02-20
* More typo fixes across the treeChris Boot2019-07-27
* find . \( -name \*.cpp -or -name \*.h -or -name \*.c \) -exec clang-format -i...Mike Brady2019-06-19
* Add automatic bit depth and speed selection for alsa devices. Set rate and fo...Mike Brady2019-05-07
* make the formats rate unsigned to avoid a warning.Mike Brady2019-02-27
* Make a dying error message a bit more meaningful.Mike Brady2019-02-27
* Check rate when gwtting negotiated sndio parameters back.Mike Brady2019-02-27
* Fix a bug in the activity_monitor software that could lock up a player thread...Mike Brady2019-02-26
* Remove the preflight call - don't seem to need it.Mike Brady2019-01-27
* Add the idea of a preflight message to tell the backend that frames will be c...Mike Brady2019-01-07
* clang formatMike Brady2019-01-04
* Add default values for the interpolation thresholdMike Brady2019-01-04
* Initial very rough attempt at a jackaudio backend.Mike Brady2018-08-31
* Make the play function return a status (ignored for the present). Clean up au...Mike Brady2018-07-29
* Fix minor warnings from some of the backend modules and make the configure me...Mike Brady2018-05-18
* Remove more causes of warnings at -Wextra levelsMike Brady2018-03-07
* Remove a thread lock and unlock from the onmove callback procedure -- it was ...Mike Brady2017-08-13
* Merging to master branch 3.0rc0Mike Brady2017-08-03
|\
| * Tidy up source using clang-formatMike Brady2017-07-31
| * make sndio formats case-insensitive, fix a little error messageMike Brady2017-07-29
| * Update manual and make the sndio format settings conform to the alsa settingsMike Brady2017-07-29
| * Move common audio backend settings like buffer size and offsets to the "gener...Mike Brady2017-07-21
| * Improve the delay function by estimating the number of frames played during t...Mike Brady2017-04-17
| * Fix a few crashing bugs if there was no configuration file at allMike Brady2017-04-16
| * Fix an error that prevented it from reporting delay correctly.Mike Brady2017-04-16
| * Improve debug messages a littleMike Brady2017-04-16
| * Rewrite and unbreak sndio backendTobias Kortkamp2017-04-15
| * Stop the "ao", "pulse" and "sndio" backends from complaining about the new ou...Mike Brady2017-03-13
* | Stop checking for default rate and depth. Now, simply ignore the rate and dep...Mike Brady2017-03-12
|/
* Tidy up with a clang-formatMike Brady2016-09-11
* Add ability to set output format and output rateMike Brady2016-08-19
* Update copyright noticeMike Brady2016-03-03
* Work in progress, doesn't compileMike Brady2015-11-05
* Reformat using clang-format.Mke Brady2015-06-01
* Simplify init function, add defaults for latency offset and buffer size. Remo...Mke Brady2015-06-01
* Pass in 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
* add null placeholders for flush and delayMike Brady2014-04-30
* typoDimitri Sokolyuk2013-09-05
* add support for openbsd sndio sound daemonDimitri Sokolyuk2013-09-05