| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert "libao audio driver" | Juan Linietsky | 2015-11-19 | 1 | -161/+0 |
| | | |||||
| * | Add missing check for AO_ENABLED in audio_driver_ao.cpp | Anton Yabchinskiy | 2014-11-28 | 1 | -0/+4 |
| | | |||||
| * | Update the list of authors in libao driver sources | Anton Yabchinskiy | 2014-11-24 | 1 | -0/+1 |
| | | |||||
| * | Include cstring header for memset() | Anton Yabchinskiy | 2014-11-22 | 1 | -0/+2 |
| | | |||||
| * | Cast samples_in to samples_out with reinterpret_cast<int16_t*> | Anton Yabchinskiy | 2014-11-22 | 1 | -1/+2 |
| | | |||||
| * | samples_in is an instance variable, prefix it with ad-> | Anton Yabchinskiy | 2014-11-22 | 1 | -1/+1 |
| | | |||||
| * | Fix syntax error in call to ao_play() | Anton Yabchinskiy | 2014-11-22 | 1 | -1/+1 |
| | | |||||
| * | Set libao sample format to 16 bits | Anton Yabchinskiy | 2014-11-22 | 1 | -5/+13 |
| | | | | | Some plugins don't support 32 bit samples. | ||||
| * | Check return value of ao_play() | Anton Yabchinskiy | 2014-11-22 | 1 | -2/+5 |
| | | |||||
| * | Write audio samples to libao device | Anton Yabchinskiy | 2014-11-22 | 1 | -7/+7 |
| | | |||||
| * | Change 0 to NULL for ao_open_live() and device | Anton Yabchinskiy | 2014-11-22 | 1 | -2/+2 |
| | | | | | It's NULL in other places. | ||||
| * | Minor code formatting fixes in ao driver | Anton Yabchinskiy | 2014-11-22 | 1 | -6/+4 |
| | | |||||
| * | Open/close libao audio device | Anton Yabchinskiy | 2014-11-22 | 1 | -0/+15 |
| | | |||||
| * | Initialize/shutdown libao | Anton Yabchinskiy | 2014-11-22 | 1 | -2/+2 |
| | | |||||
| * | Import sources for libao driver (unfinished, based on dummy driver) | Anton Yabchinskiy | 2014-11-22 | 1 | -0/+129 |
