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:
parent
3b531c42bf
commit
979da93acd
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user