summaryrefslogtreecommitdiffstats
path: root/src/audio_core/sdl2_sink.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* audio_core: remove time stretcherAndrea Pappacoda2022-04-011-3/+1
* Various suggestions by v1993 and lioncashClément Gallet2021-06-071-10/+6
* Add SDL2 audio backendClément Gallet2021-06-061-0/+167
* Massive removal of unused modulesJames Rowe2018-01-131-147/+0
* SDL: Select audio device (#2403)Kloen Lansfiel2017-01-261-4/+26
* Improve verbosity of audio errors with SDL_GetError()freiro2016-11-221-2/+2
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-5/+2
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-9/+13
* audio_core: Tweak audio latencyMerryMage2016-09-071-1/+1
* sink: Change EnqueueSamples to take a pointer to a buffer instead of a std::vectorMerryMage2016-08-311-4/+2
* AudioCore: SDL2 SinkMerryMage2016-05-071-0/+126