aboutsummaryrefslogtreecommitdiffstats
path: root/examples/allatency.c
Commit message (Collapse)AuthorAgeFilesLines
* Convert the examples from SDL_sound to libsndfileChris Robinson2020-03-241-54/+43
|
* Enable and fix some more warningsChris Robinson2019-09-181-13/+13
|
* Avoid implicit conversions with the examples and utilsChris Robinson2019-09-121-2/+2
|
* Cleanup the examples' includesChris Robinson2019-07-291-2/+3
|
* Remove unnecessary wrappers around SDL_soundChris Robinson2017-03-041-38/+49
| | | | Also remove wrappers for the now-unsupported buffer_samples extension.
* 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
| | | | We already have an al_nssleep wrapper in the common lib we can use.
* Use SDL_sound for the other examplesChris Robinson2013-06-051-20/+11
|
* Make some example function pointers staticChris Robinson2013-05-301-15/+15
|
* Add an example to get and show the source latencyChris Robinson2012-10-311-0/+213