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