aboutsummaryrefslogtreecommitdiffstats
path: root/examples/alstream.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up some gotos and non-optimal castsChris Robinson2023-12-261-5/+4
* Fix implicit widening after multiplicationChris Robinson2023-12-231-6/+6
* Fix clang-tidy warnings from the examples and utilitiesChris Robinson2023-12-131-9/+9
* Add missing include for examples to have a UTF-8 mainChris Robinson2023-12-061-0/+2
* Fix compiling examples with an older libsndfileChris Robinson2023-03-051-3/+6
* Make sure the fmt chunk is large enoughChris Robinson2023-03-051-1/+1
* Support float and ADPCM formats in alstreamChris Robinson2023-02-171-19/+210
* Support B-Format sounds in the examplesChris Robinson2020-09-221-1/+12
* Convert the examples from SDL_sound to libsndfileChris Robinson2020-03-241-85/+48
* Avoid implicit conversions with the examples and utilsChris Robinson2019-09-121-9/+8
* Cleanup the examples' includesChris Robinson2019-07-291-4/+3
* Ensure SDL_AUDIO_BITSIZE is defined for older SDL2 versionsChris Robinson2017-04-071-0/+7
* Remove unnecessary wrappers around SDL_soundChris Robinson2017-03-041-54/+64
* Allow specifying the device to open for the examplesChris Robinson2016-09-081-4/+5
* Avoid using usleep in the examplesChris Robinson2015-12-041-1/+1
* Use SDL_sound for the alstream exampleChris Robinson2013-06-051-43/+22
* Make some example function pointers staticChris Robinson2013-05-301-2/+2
* Only print the filename in alstream, without the pathChris Robinson2013-02-031-1/+10
* Use stdout to print alstream informationChris Robinson2012-11-041-4/+5
* Avoid prefixing function pointers in the streaming exampleChris Robinson2012-10-311-11/+11
* Move alhelpers and alffmpeg code to a common sub-directoryChris Robinson2012-10-141-2/+2
* Fix compiling the example program, and support AL_SOFT_buffer_samples with itChris Robinson2012-01-101-5/+20
* Add an example program that streams audio using ffmpegChris Robinson2012-01-011-0/+331