mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 17:28:50 -05:00
2fddaff6d2
The glitches were generated by an int16 integer overflow. The issue appeared when the audio was near or at the saturation level. When the input audio signal is saturated, the polyphase filter based interpolation/decimation functions tend to increase the samples values and then make them pass the int16 limits. The int16 sample scale() parameter defeat the min/max limitation. This fix removes the intermediate int16 type conversion by using the Complex Real type. fixes f4exb/sdrangel#1978 |
||
---|---|---|
.. | ||
channelmimo | ||
channelrx | ||
channeltx | ||
feature | ||
samplemimo | ||
samplesink | ||
samplesource | ||
CMakeLists.txt | ||
readme_server.md |