aboutsummaryrefslogtreecommitdiffstats
path: root/examples/alloopback.c
Commit message (Collapse)AuthorAgeFilesLines
* Enable and fix some more warningsChris Robinson2019-09-181-4/+4
|
* Avoid implicit conversions with the examples and utilsChris Robinson2019-09-121-1/+1
|
* Cleanup the examples' includesChris Robinson2019-07-291-2/+5
|
* Ensure SDL_AUDIO_BITSIZE is defined for older SDL2 versionsChris Robinson2017-04-071-0/+7
|
* Remove unnecessary wrappers around SDL_soundChris Robinson2017-03-041-1/+30
| | | | Also remove wrappers for the now-unsupported buffer_samples extension.
* Avoid using usleep in the examplesChris Robinson2015-12-041-1/+1
| | | | We already have an al_nssleep wrapper in the common lib we can use.
* Play a 1khz sine wave for 4 seconds in the loopback exampleChris Robinson2015-09-071-3/+3
|
* Update the examples to use SDL2Chris Robinson2014-05-231-2/+5
| | | | | | This should make it easier to build the examples on 64-bit, where there are no premade dev libs for SDL1 on 64-bit mingw. FindSDL_sound.cmake has been updated to accept SDL or SDL2.
* Add a loopback extension exampleChris Robinson2013-06-161-0/+244