aboutsummaryrefslogtreecommitdiffstats
path: root/examples/alplay.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some typos (#872)Dirk Stolle2023-07-041-1/+1
|
* Fix compiling examples with an older libsndfileChris Robinson2023-03-051-3/+6
| | | | Which lack the SF_FORMAT_MPEG_LAYER_* enums.
* Make sure the fmt chunk is large enoughChris Robinson2023-03-051-1/+1
|
* Cleanup the examples' loading functions slightlyChris Robinson2023-02-171-37/+37
|
* Support loading as float or ADPCM in alplayChris Robinson2023-02-161-12/+164
|
* Support B-Format sounds in the examplesChris Robinson2020-09-221-1/+13
|
* Convert the examples from SDL_sound to libsndfileChris Robinson2020-03-241-1/+1
|
* Use libsndfile for the alplay exampleChris Robinson2020-03-241-52/+42
|
* Avoid implicit conversions with the examples and utilsChris Robinson2019-09-121-2/+2
|
* Cleanup the examples' includesChris Robinson2019-07-291-2/+3
|
* Add a simple non-streaming play exampleChris Robinson2017-11-071-0/+177