I am using sox to fade in and out.
sox input.wav output.wav fade 0.5 0 0.5
However, rather than fading in a linear fashion from the start of the audio, sox is muting some audio then doing a much quicker fade. Waveforms shown in attachments.
Sox's default fade type is logarithmic, not linear. It is behaving correctly. You need "fade t 0.5 0 0.5"
Not a bug.
Log in to post a comment.
Sox's default fade type is logarithmic, not linear. It is behaving correctly.
You need "fade t 0.5 0 0.5"
Not a bug.