mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-01 06:37:51 +02:00
Fix spelling errors
Fixed with: codespell --ignore-words-list=hist,parm,sur --skip=./core/src/imgui,./core/src/json.hpp,./core/libcorrect,./core/src/spdlog,./misc_modules/discord_integration/discord-rpc,./misc_modules/discord_integration/discord-rpc/include/rapidjson,./source_modules/sddc_source/src/libsddc
This commit is contained in:
@ -72,7 +72,7 @@ namespace dsp {
|
||||
float maxVal = ((float*)_in->readBuf)[maxIdx];
|
||||
*scaler = maxVal;
|
||||
|
||||
// Convert to the right type and send it out (sign bit determins pcm type)
|
||||
// Convert to the right type and send it out (sign bit determines pcm type)
|
||||
if (type == PCM_TYPE_I8) {
|
||||
volk_32f_s32f_convert_8i((int8_t*)dataBuf, (float*)_in->readBuf, 128.0f / maxVal, count * 2);
|
||||
_in->flush();
|
||||
|
Reference in New Issue
Block a user