mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
PulseAudio: Support 5.1 surround, optional in UI
This commit is contained in:
parent
25fac0282c
commit
95c912310d
3 changed files with 84 additions and 14 deletions
|
@ -45,6 +45,10 @@ private:
|
|||
std::thread m_thread;
|
||||
std::atomic<bool> m_run_thread;
|
||||
|
||||
bool m_stereo; // stereo, else surround
|
||||
int m_bytespersample;
|
||||
int m_channels;
|
||||
|
||||
int m_pa_error;
|
||||
int m_pa_connected;
|
||||
pa_mainloop *m_pa_ml;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue