I want to know how do I convert an mp3 file to vox file format.
|
feedback
|
|
You want Sound eXchange aka SoX. Here's an example of converting WAV to VOX (source):
See the SoX manpage and supported file formats documentation. Note that the general sox syntax is:
So in the above example, You probably won't need input file options for MP3 data since SoX can read that from the file header. | |||
|
feedback
|
