aboutsummaryrefslogtreecommitdiffstats
path: root/examples/alreverb.c
Commit message (Expand)AuthorAgeFilesLines
* Define FUNCTION_CAST in a common headerChris Robinson2022-04-221-11/+0
* Use a more C99-compliant function castChris Robinson2022-02-261-1/+12
* Support B-Format sounds in the examplesChris Robinson2020-09-221-1/+13
* Convert the examples from SDL_sound to libsndfileChris Robinson2020-03-241-54/+43
* Enable and fix some more warningsChris Robinson2019-09-181-24/+24
* Avoid implicit conversions with the examples and utilsChris Robinson2019-09-121-4/+4
* Cleanup the examples' includesChris Robinson2019-07-291-2/+4
* Remove unnecessary wrappers around SDL_soundChris Robinson2017-03-041-39/+52
* Allow specifying the device to open for the examplesChris Robinson2016-09-081-5/+6
* Avoid using usleep in the examplesChris Robinson2015-12-041-1/+1
* Use SDL_sound for the other examplesChris Robinson2013-06-051-19/+9
* Make some example function pointers staticChris Robinson2013-05-301-24/+24
* Print the name of the device when opening it in the example appsChris Robinson2012-10-311-4/+2
* Add an example program showing how to apply reverb to a sourceChris Robinson2012-10-311-0/+339