Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert the examples from SDL_sound to libsndfile | Chris Robinson | 2020-03-24 | 1 | -53/+42 |
| | |||||
* | Enable and fix some more warnings | Chris Robinson | 2019-09-18 | 1 | -3/+3 |
| | |||||
* | Avoid implicit conversions with the examples and utils | Chris Robinson | 2019-09-12 | 1 | -4/+9 |
| | |||||
* | Cleanup the examples' includes | Chris Robinson | 2019-07-29 | 1 | -2/+5 |
| | |||||
* | Remove unnecessary wrappers around SDL_sound | Chris Robinson | 2017-03-04 | 1 | -27/+48 |
| | | | | 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 | -16/+18 |
| | |||||
* | Also rotate stereo sounds in the alhrtf example | Chris Robinson | 2016-08-24 | 1 | -2/+22 |
| | |||||
* | Don't request a specific HRTF when one isn't specified | Chris Robinson | 2016-03-11 | 1 | -8/+11 |
| | |||||
* | 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. | ||||
* | Add missing math.h include for sin() | Chris Robinson | 2015-11-06 | 1 | -0/+1 |
| | |||||
* | Add an HRTF example | Chris Robinson | 2015-10-28 | 1 | -0/+247 |
Doubles as a psuedo-test to play a sound with HRTF. |