aboutsummaryrefslogtreecommitdiff
path: root/drivers/ao/audio_driver_ao.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "libao audio driver"Juan Linietsky2015-11-191-161/+0
|
* Add missing check for AO_ENABLED in audio_driver_ao.cppAnton Yabchinskiy2014-11-281-0/+4
|
* Update the list of authors in libao driver sourcesAnton Yabchinskiy2014-11-241-0/+1
|
* Include cstring header for memset()Anton Yabchinskiy2014-11-221-0/+2
|
* Cast samples_in to samples_out with reinterpret_cast<int16_t*>Anton Yabchinskiy2014-11-221-1/+2
|
* samples_in is an instance variable, prefix it with ad->Anton Yabchinskiy2014-11-221-1/+1
|
* Fix syntax error in call to ao_play()Anton Yabchinskiy2014-11-221-1/+1
|
* Set libao sample format to 16 bitsAnton Yabchinskiy2014-11-221-5/+13
| | | | Some plugins don't support 32 bit samples.
* Check return value of ao_play()Anton Yabchinskiy2014-11-221-2/+5
|
* Write audio samples to libao deviceAnton Yabchinskiy2014-11-221-7/+7
|
* Change 0 to NULL for ao_open_live() and deviceAnton Yabchinskiy2014-11-221-2/+2
| | | | It's NULL in other places.
* Minor code formatting fixes in ao driverAnton Yabchinskiy2014-11-221-6/+4
|
* Open/close libao audio deviceAnton Yabchinskiy2014-11-221-0/+15
|
* Initialize/shutdown libaoAnton Yabchinskiy2014-11-221-2/+2
|
* Import sources for libao driver (unfinished, based on dummy driver)Anton Yabchinskiy2014-11-221-0/+129