kopia lustrzana https://github.com/f4exb/sdrangel
SDRPlay: init thread on start
rodzic
c8146808a2
commit
d001099f7e
|
@ -129,6 +129,9 @@ bool SDRPlayInput::start(int device)
|
|||
return false;
|
||||
}
|
||||
|
||||
m_sdrPlayThread->setLog2Decimation(m_settings.m_log2Decim);
|
||||
m_sdrPlayThread->setFcPos((int) m_settings.m_fcPos);
|
||||
|
||||
m_sdrPlayThread->startWork();
|
||||
|
||||
mutexLocker.unlock();
|
||||
|
|
Ładowanie…
Reference in New Issue