aboutsummaryrefslogtreecommitdiffstats
path: root/examples/alstreamcb.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use float formats in examples/alstreamcbChris Robinson2021-03-211-10/+10
| | | | | | | libsndfile apparently has issues reading floating-point wave files as 16-bit samples (produces silence). Even on other file formats, reading float samples as integer samples has no over/underflow protection, so this is better for those formats too.
* Support B-Format sounds in the examplesChris Robinson2020-09-221-1/+12
|
* Convert the examples from SDL_sound to libsndfileChris Robinson2020-03-241-94/+51
|
* Add a streaming example using a callback bufferChris Robinson2020-02-201-0/+436