Hi, I have a application converting PCM data (int16) from mono to stereo. ( https://github.com/FreeRDP/FreeRDP/blob/master/libfreerdp/codec/dsp_ffmpeg.c#L357 ) When using swr_convert_frame the resulting data is very noisy. Do I miss something there or is this a bug? regards Armin