[AFV] Handle stereo in- and output devices

This commit is contained in:
Roland Rossgotterer
2019-09-25 21:37:48 +02:00
committed by Mat Sutcliffe
parent a06205efbd
commit 9f497c1b60
5 changed files with 52 additions and 24 deletions

View File

@@ -119,6 +119,7 @@ namespace BlackCore
BlackSound::Codecs::COpusEncoder m_encoder;
QScopedPointer<QAudioInput> m_audioInput;
QAudioDeviceInfo m_device;
QAudioFormat m_inputFormat;
bool m_started = false;
int m_opusBytesEncoded = 0;