Changes between Version 16 and Version 17 of Ticket #9352


Ignore:
Timestamp:
Jul 30, 2021, 4:56:34 PM (5 years ago)
Author:
Gregory Beauregard
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9352 – Description

    v16 v17  
    4141}}}
    4242
    43 We can also produce the significant distortion with just one resample with a `s32` sample format:
     43The 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:
    4444{{{
    4545ffplay -i loudnorm_samp.mkv -af aresample=ocl=stereo:dither_method=shibata:osr=48000:osf=s32
    4646}}}
    4747
    48 Setting `resampler=soxr` does not fix the massive distortion.
     48Setting `resampler=soxr` does not fix the distortion.