Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert the examples from SDL_sound to libsndfile | Chris Robinson | 2020-03-24 | 1 | -54/+43 |
| | |||||
* | Enable and fix some more warnings | Chris Robinson | 2019-09-18 | 1 | -24/+24 |
| | |||||
* | Avoid implicit conversions with the examples and utils | Chris Robinson | 2019-09-12 | 1 | -4/+4 |
| | |||||
* | Cleanup the examples' includes | Chris Robinson | 2019-07-29 | 1 | -2/+4 |
| | |||||
* | Remove unnecessary wrappers around SDL_sound | Chris Robinson | 2017-03-04 | 1 | -39/+52 |
| | | | | Also remove wrappers for the now-unsupported buffer_samples extension. | ||||
* | Allow specifying the device to open for the examples | Chris Robinson | 2016-09-08 | 1 | -5/+6 |
| | |||||
* | Avoid using usleep in the examples | Chris Robinson | 2015-12-04 | 1 | -1/+1 |
| | | | | We already have an al_nssleep wrapper in the common lib we can use. | ||||
* | Use SDL_sound for the other examples | Chris Robinson | 2013-06-05 | 1 | -19/+9 |
| | |||||
* | Make some example function pointers static | Chris Robinson | 2013-05-30 | 1 | -24/+24 |
| | |||||
* | Print the name of the device when opening it in the example apps | Chris Robinson | 2012-10-31 | 1 | -4/+2 |
| | |||||
* | Add an example program showing how to apply reverb to a source | Chris Robinson | 2012-10-31 | 1 | -0/+339 |