summaryrefslogtreecommitdiff
path: root/audio_sndio.c
Commit message (Collapse)AuthorAge
* Fix minor warnings from some of the backend modules and make the configure ↵Mike Brady2018-05-18
| | | | messages a little more helpful.
* 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
| | | | locking up on Linux
* 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 ↵Mike Brady2017-07-21
| | | | | | | | "general" settings stanza. Improve the resync code a little.
| * Improve the delay function by estimating the number of frames played during ↵Mike Brady2017-04-17
| | | | | | | | the interval
| * 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 ↵Mike Brady2017-03-13
| | | | | | | | output rate and format information.
* | Stop checking for default rate and depth. Now, simply ignore the rate and ↵Mike Brady2017-03-12
|/ | | | depth information.
* 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. ↵Mke Brady2015-06-01
| | | | Remove redundant timer stuff from audio_dummy.c.
* Pass in libconfig info during init.Mike Brady2015-05-04
|
* Improve metadata output -- maybe it works reliably now. Add call to get ↵Mike Brady2015-03-16
| | | | audio parameters from back ends, to be able to give volume metadata.
* add null placeholders for flush and delayMike Brady2014-04-30
|
* typoDimitri Sokolyuk2013-09-05
|
* add support for openbsd sndio sound daemonDimitri Sokolyuk2013-09-05