Is it possible to use some extra switches in GoGo to optimize the sound quality?
The best one i've come up with so far is:
gogo -b 128 -q 2 -a -m j filname.wav filename.mp3
which should be the same as:
lame --abr 128 -h -m j filename.wav filename.mp3