Rico <[EMAIL PROTECTED]> writes: > Is there some "easy" way to convert WMA files to MP3 on obsd? I have > looked at SOX but it doesn't support WMA.
mplayer -ao pcm:file=output.wav foo.wma and then encode output.wav to an mp3 with lame or something. There will be quality loss though.