summaryrefslogtreecommitdiffstats
path: root/src/audio_core/sdl2_sink.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* audio_core: remove time stretcherAndrea Pappacoda2022-04-011-3/+1
| | | | Also drop the SoundTouch dependency
* 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
| | | | | | | | | | | | | | | | | | | | | | | | * Initial Commit Added Device logic to Sinks Started on UI for selecting devices Removed redundant import * Audio Core: Complete Device Switching Complete the device switching implementation by allowing the output device to be loaded, changed and saved through the configurations menu. Worked with the Sink abstraction and tuned the "Device Selection" configuration so that the Device List is automatically populated when the Sink is changed. This hopefully addresses the concerns and recommendations mentioned in the comments of the PR. * Clean original implementation. * Refactor GetSinkDetails
* 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
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* 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