mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
SDRPlay support: source plugin interim state (3) MIR stream init fails
This commit is contained in:
@@ -74,11 +74,13 @@ void SDRPlayThread::streamCallback(
|
||||
unsigned int reset,
|
||||
void *cbContext)
|
||||
{
|
||||
qDebug("SDRPlayThread::streamCallback");
|
||||
m_this->callback(xi, xq, numSamples);
|
||||
}
|
||||
|
||||
void SDRPlayThread::callback(short *xi, short *xq, unsigned int numSamples)
|
||||
{
|
||||
qDebug("SDRPlayThread::callback");
|
||||
if (m_convertBuffer.size() < numSamples)
|
||||
{
|
||||
m_convertBuffer.resize(numSamples);
|
||||
|
||||
Reference in New Issue
Block a user