mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-27 02:09:14 -05:00
SDRPlay: init thread on start
This commit is contained in:
parent
c8146808a2
commit
d001099f7e
@ -129,6 +129,9 @@ bool SDRPlayInput::start(int device)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_sdrPlayThread->setLog2Decimation(m_settings.m_log2Decim);
|
||||||
|
m_sdrPlayThread->setFcPos((int) m_settings.m_fcPos);
|
||||||
|
|
||||||
m_sdrPlayThread->startWork();
|
m_sdrPlayThread->startWork();
|
||||||
|
|
||||||
mutexLocker.unlock();
|
mutexLocker.unlock();
|
||||||
|
Loading…
Reference in New Issue
Block a user