Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Convert an MP3 to WAV (See related posts)

Using Ubuntu you will first need to apt-get install mpg123.
mpg123 -w record1.wav Record1.mp3

Reference: using mpg123 to convert .mp3 to .wav files [LinuxQuestions.org]

See also: Convert a WAV to OGG [dzone.com]

You need to create an account or log in to post comments to this site.


Click here to browse all 6642 code snippets

Related Posts