aboutsummaryrefslogtreecommitdiffstats
path: root/examples/alstream.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Also remove wrappers for the now-unsupported buffer_samples extension.
* 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
| | | | We already have an al_nssleep wrapper in the common lib we can use.
* 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