MP3 to WAV converter

Extracted from debian-user
Tip provided by Pere Camps
> Does anyone know of a MP3 to WAV converter?
 
 I use mpg123 (there's a debianized package) with sox. The command line is
 the following:

 
#!/bin/bash
# mp32wav
 mpg123 -b 10000 -s "$1" | sox -t raw -r 44100 -s -w -c2 - "$2"


 And the use is:
 
 mp32wav file.mp3 file.wav

Follow-up : (1)  
| Previous | Next | Index of category | Main Index | Submit |


Appears in section(s) : sound
Tip recorded : 17-01-1999 18:50:48
HTML page last changed : 27-07-1999 20:10:35