Re: MP3 to WAV?

1999-06-27 Thread Sami Dalouche
Mpg123 do this. On Fri, Jun 25, 1999 at 12:41:05PM +0200, Michael Meskes wrote: > Is there a tool that allows me to transform MP3 files back to WAV? > > Michael > > P.S.: Please CC me on your answer since I'm not subsribed here. > -- > Michael Meskes | Go SF 49ers! > T

Re: MP3 to WAV?

1999-06-25 Thread Dpk
On Fri, 25 Jun 1999, Michael Meskes wrote: Is there a tool that allows me to transform MP3 files back to WAV? Michael P.S.: Please CC me on your answer since I'm not subsribed here. If you are not subscribed it might be beneficial to check the mailing-list archives, as many a ti

Re: MP3 to WAV converter???

1999-01-06 Thread Pere Camps
Daniel, > >mpg123 -b 1 -s "$1" | sox -t raw -r 44100 -s -w -c2 - "$2" > That's a pretty impressive command line, but I just found out that it > could be done with just 'amp -w mp3name'. Mmmm does amp convert an 112 kb/sec mp3 to the standard 44100/16bit? And anyway, I'm

Re: MP3 to WAV converter???

1999-01-05 Thread Daniel Elenius
Pere Camps writes: >> >> 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 1 -s "$1" | sox -t raw -r 44100 -s -w -c2 - "$2" > >And the use is: > >mp32wav file.mp3 file.wav

Re: MP3 to WAV converter???

1999-01-05 Thread Mike Deal
> >> Does anyone know of a MP3 to WAV converter? > >> /daniel elenius > > Rheda Barretina writes: > >WinAmp for Windows does it. All you have to do is open the options dialog, > >go to the > >[AUDIO I/O] tab and change "Nullsoft Wave out (OUT_WAVE.dll)" for "Nulsoft > >Disk Writer > >(OUT_DISK.D

Re: MP3 to WAV converter???

1999-01-05 Thread Pere Camps
Hi, > >> 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 1 -s "$1" | sox -t raw -r 44100 -s -w -c2 - "$2" And the use is: mp32wav file.mp3 file.wav -- p.

Re: MP3 to WAV converter???

1999-01-05 Thread Daniel Elenius
>> Does anyone know of a MP3 to WAV converter? >> /daniel elenius Rheda Barretina writes: >WinAmp for Windows does it. All you have to do is open the options dialog, go >to the >[AUDIO I/O] tab and change "Nullsoft Wave out (OUT_WAVE.dll)" for "Nulsoft >Disk Writer >(OUT_DISK.DLL)". Then play th

Re: mp3 to wav

1997-11-19 Thread Carey Evans
Pere Camps <[EMAIL PROTECTED]> writes: > Anyone know of something that does mp3 to wav conversion? For a free solution, something like: % mpg123 -s foo.mp3 | sox -t .raw -u -w -c 2 -r 44100 - foo.wav -- Carey Evans <*> http://home.clear.net.nz/pages/c.evans/ gc "Trust Ivanov

Re: mp3 to wav

1997-11-18 Thread Pere Camps
Remco, > :Anyone know of something that does mp3 to wav conversion? > Yes, l3dec, made by Fraunhofer. Thanks for the info. Salutacions, Pere __o mailto:[EMAIL PROTECTED] 2:343/108.91 - _`\<;_ http://casal.upc.es/~pere/ PGP key available ---

Re: mp3 to wav

1997-11-18 Thread Ben Pfaff
Pere Camps <[EMAIL PROTECTED]> writes: > Anyone know of something that does mp3 to wav conversion? Use mpg123 to convert to ULAW, then sox to convert to WAV. (To avoid the non-free package l3dec.) -- Ben Pfaff <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -- TO UNSUBSCRIBE

Re: mp3 to wav

1997-11-18 Thread Remco van de Meent
On Mon, 17 Nov 1997, Pere Camps wrote: : Hi! : : Anyone know of something that does mp3 to wav conversion? : Yes, l3dec, made by Fraunhofer. Remco -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .