PulseAudio: Support 5.1 surround, optional in UI

This commit is contained in:
Adam Moss
2015-01-07 10:57:20 +00:00
committed by Adam D. Moss
parent 25fac0282c
commit 95c912310d
3 changed files with 84 additions and 14 deletions

View File

@ -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;