How do I make a delay of 20 milliseconds in the left channel of an audio file (e.g mp3) using ffmpeg ??
I usually enable this option under ffdshow audio processor while playing audio using MPC-HC
Is it possible to do the same in howlerjs (a strong textjavascript audio library) ? (I mean this audio effect)
Somewhat like this kind of effect: Just delay the either channel by 20ms Like we do in Adobe Audition


You could grab the left source of the file, add delay using
-itsoffsetand mix the final output https://trac.ffmpeg.org/wiki/AudioChannelManipulation.