summaryrefslogtreecommitdiffstats
path: root/src/audio_core/sink_details.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio_core: Add interfaces for Sink and SinkStream.bunnei2018-07-311-0/+32
|
* Massive removal of unused modulesJames Rowe2018-01-131-29/+0
|
* SDL: Select audio device (#2403)Kloen Lansfiel2017-01-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* AudioCore: List of sink typesMerryMage2016-04-301-0/+27