summaryrefslogtreecommitdiffstats
path: root/src/audio_core/sdl2_sink.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-01audio_core: remove time stretcherAndrea Pappacoda1-3/+1
2021-06-07Various suggestions by v1993 and lioncashClément Gallet1-10/+6
2021-06-06Add SDL2 audio backendClément Gallet1-0/+167
2018-01-13Massive removal of unused modulesJames Rowe1-147/+0
2017-01-26SDL: Select audio device (#2403)Kloen Lansfiel1-4/+26
2016-11-22Improve verbosity of audio errors with SDL_GetError()freiro1-2/+2
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-5/+2
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-9/+13
2016-09-07audio_core: Tweak audio latencyMerryMage1-1/+1
2016-08-31sink: Change EnqueueSamples to take a pointer to a buffer instead of a std::vectorMerryMage1-4/+2
2016-05-07AudioCore: SDL2 SinkMerryMage1-0/+126