convert wav to mp3 without ffmpeg code example Example: convertingwav to mp3 linux ffmpeg ffmpeg -i input.wav -vn -ar 44100 -ac 2 -b:a 192k output.mp3