Device MIMO engine: feed data to spectrum sink for MO display

pull/436/head
f4exb 2019-10-21 00:58:15 +02:00
rodzic cf52553304
commit 4aa4f829c6
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -455,6 +455,11 @@ void DSPDeviceMIMOEngine::workSamplesSource(SampleVector::const_iterator& begin,
begin = m_sourceSampleBuffers[streamIndex].m_vector.begin();
}
// possibly feed data to spectrum sink
if ((m_spectrumSink) && (!m_spectrumInputSourceElseSink) && (streamIndex == m_spectrumInputIndex)) {
m_spectrumSink->feed(begin, begin + nbSamples, false);
}
}
// notStarted -> idle -> init -> running -+