Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the audio device lock for the SDL2 backend | Chris Robinson | 2018-03-08 | 1 | -4/+13 |
* | Properly close the SDL2 audio device | Chris Robinson | 2018-03-08 | 1 | -4/+15 |
* | Avoid calling SDL_GetNumAudioDevices multiple times | Chris Robinson | 2018-03-08 | 1 | -3/+10 |
* | SDL2 backend: Reset device parameters | Jan Niklas Hasse | 2018-03-08 | 1 | -7/+20 |
* | SDL2 backend: Allow changes to channels and format | Jan Niklas Hasse | 2018-03-08 | 1 | -1/+22 |
* | SDL2 backend: Allow frequency changes | Jan Niklas Hasse | 2018-03-08 | 1 | -2/+7 |
* | Handle passing NULL to SDL_OpenAudioDevice as a special device | Jan Niklas Hasse | 2018-03-08 | 1 | -2/+8 |
* | SDL2 backend: Use callback instead of a timing loop | Jan Niklas Hasse | 2018-03-08 | 1 | -83/+11 |
* | Add SDL2 backend for playback, fix #173 | Jan Niklas Hasse | 2018-03-07 | 1 | -0/+265 |