Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use float formats in examples/alstreamcb | Chris Robinson | 2021-03-21 | 1 | -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 examples | Chris Robinson | 2020-09-22 | 1 | -1/+12 |
| | |||||
* | Convert the examples from SDL_sound to libsndfile | Chris Robinson | 2020-03-24 | 1 | -94/+51 |
| | |||||
* | Add a streaming example using a callback buffer | Chris Robinson | 2020-02-20 | 1 | -0/+436 |