mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-11-05 03:09:11 +01: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
|
||||
|
||||
Reference in New Issue
Block a user