Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some typos (#872) | Dirk Stolle | 2023-07-04 | 1 | -1/+1 |
| | |||||
* | Fix compiling examples with an older libsndfile | Chris Robinson | 2023-03-05 | 1 | -3/+6 |
| | | | | Which lack the SF_FORMAT_MPEG_LAYER_* enums. | ||||
* | Make sure the fmt chunk is large enough | Chris Robinson | 2023-03-05 | 1 | -1/+1 |
| | |||||
* | Cleanup the examples' loading functions slightly | Chris Robinson | 2023-02-17 | 1 | -37/+37 |
| | |||||
* | Support loading as float or ADPCM in alplay | Chris Robinson | 2023-02-16 | 1 | -12/+164 |
| | |||||
* | Support B-Format sounds in the examples | Chris Robinson | 2020-09-22 | 1 | -1/+13 |
| | |||||
* | Convert the examples from SDL_sound to libsndfile | Chris Robinson | 2020-03-24 | 1 | -1/+1 |
| | |||||
* | Use libsndfile for the alplay example | Chris Robinson | 2020-03-24 | 1 | -52/+42 |
| | |||||
* | Avoid implicit conversions with the examples and utils | Chris Robinson | 2019-09-12 | 1 | -2/+2 |
| | |||||
* | Cleanup the examples' includes | Chris Robinson | 2019-07-29 | 1 | -2/+3 |
| | |||||
* | Add a simple non-streaming play example | Chris Robinson | 2017-11-07 | 1 | -0/+177 |