Changes between Version 16 and Version 17 of Ticket #9352
- Timestamp:
- Jul 30, 2021, 4:56:34 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9352 – Description
v16 v17 41 41 }}} 42 42 43 We can also produce the significant distortion with just one resample with a`s32` sample format:43 The audio is not distorted if we don't add the `aformat=r=192000` to the above; however, we can also reproduce the significant distortion with just one resample if we specify `s32` sample format: 44 44 {{{ 45 45 ffplay -i loudnorm_samp.mkv -af aresample=ocl=stereo:dither_method=shibata:osr=48000:osf=s32 46 46 }}} 47 47 48 Setting `resampler=soxr` does not fix the massivedistortion.48 Setting `resampler=soxr` does not fix the distortion.


