mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-15 16:03:42 -04:00
SoapySDR support: input: settings and thread output: settings
This commit is contained in:
@@ -41,7 +41,7 @@ void SoapySDROutput::destroy()
|
||||
|
||||
bool SoapySDROutput::openDevice()
|
||||
{
|
||||
m_sampleSourceFifo.resize(96000 * 4);
|
||||
m_sampleSourceFifo.resize(m_settings.m_devSampleRate/(1<<(m_settings.m_log2Interp <= 4 ? m_settings.m_log2Interp : 4)));
|
||||
|
||||
// look for Tx buddies and get reference to the device object
|
||||
if (m_deviceAPI->getSinkBuddies().size() > 0) // look sink sibling first
|
||||
|
||||
Reference in New Issue
Block a user