Hi guys,
I have add audio echo to a audio stream,
ffmpeg -i input.wav -af "aecho=0.8:0.9:1000:0.3" output.aac
now i want to disable the audio echo from output.aac
can agate disable it? i can not found any example from document.
Thanks