mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 11:46:27 +00:00
AudioCommon: Implement WASAPI
This commit is contained in:
parent
92ec97f899
commit
a196dfe50d
10 changed files with 600 additions and 7 deletions
|
@ -52,6 +52,10 @@ private:
|
|||
QCheckBox* m_dolby_pro_logic;
|
||||
QLabel* m_latency_label;
|
||||
QSpinBox* m_latency_spin;
|
||||
#ifdef _WIN32
|
||||
QLabel* m_wasapi_device_label;
|
||||
QComboBox* m_wasapi_device_combo;
|
||||
#endif
|
||||
|
||||
// Audio Stretching
|
||||
QCheckBox* m_stretching_enable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue