1
0
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:
f4exb
2018-10-30 20:31:16 +01:00
parent 6cede7a667
commit 0d09958483
17 changed files with 994 additions and 12 deletions
@@ -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