Browse Source
SDL: Select audio device (#2403)
SDL: Select audio device (#2403)
* 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 GetSinkDetailsnce_cpp
committed by
Sebastian Valle
14 changed files with 129 additions and 18 deletions
-
16src/audio_core/audio_core.cpp
-
6src/audio_core/null_sink.h
-
30src/audio_core/sdl2_sink.cpp
-
5src/audio_core/sdl2_sink.h
-
9src/audio_core/sink.h
-
19src/audio_core/sink_details.cpp
-
2src/audio_core/sink_details.h
-
1src/citra/config.cpp
-
4src/citra/default_ini.h
-
3src/citra_qt/config.cpp
-
33src/citra_qt/configure_audio.cpp
-
3src/citra_qt/configure_audio.h
-
15src/citra_qt/configure_audio.ui
-
1src/core/settings.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue