aboutsummaryrefslogtreecommitdiffstats
path: root/examples/alhrtf.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing include for examples to have a UTF-8 mainChris Robinson2023-12-061-0/+2
* Fix some typos (#872)Dirk Stolle2023-07-041-1/+1
* Define FUNCTION_CAST in a common headerChris Robinson2022-04-221-1/+1
* Support B-Format sounds in the examplesChris Robinson2020-09-221-1/+12
* Convert the examples from SDL_sound to libsndfileChris Robinson2020-03-241-53/+42
* Enable and fix some more warningsChris Robinson2019-09-181-3/+3
* Avoid implicit conversions with the examples and utilsChris Robinson2019-09-121-4/+9
* Cleanup the examples' includesChris Robinson2019-07-291-2/+5
* Remove unnecessary wrappers around SDL_soundChris Robinson2017-03-041-27/+48
* Allow specifying the device to open for the examplesChris Robinson2016-09-081-16/+18
* Also rotate stereo sounds in the alhrtf exampleChris Robinson2016-08-241-2/+22
* Don't request a specific HRTF when one isn't specifiedChris Robinson2016-03-111-8/+11
* Avoid using usleep in the examplesChris Robinson2015-12-041-1/+1
* Add missing math.h include for sin()Chris Robinson2015-11-061-0/+1
* Add an HRTF exampleChris Robinson2015-10-281-0/+247