summaryrefslogtreecommitdiff
path: root/modules/sndio/sndio.c
Commit message (Collapse)AuthorAge
* add support for specifying sample format (#317)Alfred E. Heggestad2017-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: ausrc and auplay - add config items for ausrc/auplay format: ausrc_format s16|float auplay_format s16|float - audio.c: convert audio samples to/from signed 16-bit Modules: alsa add test for sample format FLOAT rst: add support for FLOAT sample format audiounit: add support for FLOAT sample format coreaudio: check for signed 16-bit audio format oss: check for signed 16-bit sample format winwave: check for S16LE pulse: add support for FLOAT sample format sndio: check for S16 format gst1: check sample format aufile: check sample format aubridge: check sample format gst: check sample format opensles: check for S16 sample format jack: check sample format alsa: remove usage of local config test: change samples to void pointer test: change sample type to void pointer
* Ausrc auplay reentrant (#227)Alfred E. Heggestad2017-03-22
| | | | | | | | | | | | * ausrc: re-entrant api * fix ausrc api for linux * fix ccheck * auplay: make it re-entrant * auplay: update more modules
* sndio: use driver-suggested buffer sizeDmitrij D. Czarkoff2016-09-25
| | | | | Sndio provides value of buffer size (par->bufsz) that is equal to audio delay in audio driver. Using buffer under this size causes underruns.
* sndio: initialize "par" to NULLDmitrij D. Czarkoff2016-01-15
|
* sndio: upgrade for OpenBSDAlfred E. Heggestad2015-06-14
|
* updated some module documentationAlfred E. Heggestad2014-06-21
|
* sndio: update to new ausrc/auplay APIAlfred E. Heggestad2014-04-11
|
* sndio: audio driver for OpenBSDAlfred E. Heggestad2014-04-09
It was contributed by Dmitrij D. Czarkoff, thank you!