summaryrefslogtreecommitdiffstats
path: root/src/audio_core/sink_details.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SDL: Select audio device (#2403)Kloen Lansfiel2017-01-261-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* 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-3/+1
| | | | | | | 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-2/+2
|
* AudioCore: SDL2 SinkMerryMage2016-05-071-0/+7
|
* Audio: Add sink selection to configuration filesMerryMage2016-04-301-0/+1
|
* AudioCore: List of sink typesMerryMage2016-04-301-0/+17