1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-12-17 23:28:50 -05:00

Tx support: temporary fix for global audio input volume cotnrol

This commit is contained in:
f4exb 2017-01-06 02:29:08 +01:00
parent 3b531c42bf
commit 979da93acd

View File

@ -95,6 +95,7 @@ bool AudioInput::start(int device, int rate)
}
m_audioInput = new QAudioInput(devInfo, m_audioFormat);
m_audioInput->setVolume(0.2); // TODO: take it from global parameters
QIODevice::open(QIODevice::ReadWrite);