Skip navigation.
Home

Audio Conversion

I often receive audio files in the full WAV format and need to convert them to OGG and MP3.

Here are the tools I use to do this:

Convert to OGG:

oggenc -b 128 -q 7 foo.wav

Convert to MP3:

lame -h --abr 128 foo.wav foo.mp3