mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-01 06:37:51 +02:00
bunch of bugfix and new features
This commit is contained in:
@ -37,7 +37,7 @@ namespace dsp::compression {
|
||||
if (pcmType == PCMType::PCM_TYPE_F32) {
|
||||
*scaler = 0;
|
||||
memcpy(dataBuf, in, count * sizeof(complex_t));
|
||||
return count;
|
||||
return 8 + (count * sizeof(complex_t));
|
||||
}
|
||||
|
||||
// Find maximum value
|
||||
|
@ -171,4 +171,4 @@ namespace dsp::multirate {
|
||||
double _outSamplerate;
|
||||
Mode mode;
|
||||
};
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user