I have an mp3 file. I want to reduce bass and increase treble. I am trying:
ffmpeg -y -i original.mp3 -af "treble=g=10" test1.mp3
but its not same as the effect of Audacity->Effect->bass and treble (increase treble and reduce bass)
below is the image from audacity: