Re: A bit OT: conversion mp3 to wav

2003-07-08 Thread Rob Weir
On Mon, Jul 07, 2003 at 01:23:34PM +, Vittorio wrote: > Sebastian Kapfer [debian-user] <05/07/03 18:59 +0200>: > > On Sat, 05 Jul 2003 13:50:08 +0200, vdemar wrote: > > > > > E.g., If I issue the basic command > > > > > > mpg123 -w weare.wav weare.mp3 > > [...] > > > Illegal instruction > >

Re: A bit OT: conversion mp3 to wav

2003-07-07 Thread Sebastian Kapfer
On Mon, 07 Jul 2003 13:30:18 +0200, Vittorio wrote: > I don't know what you mean by "normal playback" but xmms is able to > reproduce both mp3 and wav files if I guess correctly. You can use mpg123 to play MP3s, not just to convert then into WAVs. That's what I meant when I wrote "noemal playback

Re: A bit OT: conversion mp3 to wav

2003-07-07 Thread Vittorio
Sebastian Kapfer [debian-user] <05/07/03 18:59 +0200>: > On Sat, 05 Jul 2003 13:50:08 +0200, vdemar wrote: > > > E.g., If I issue the basic command > > > > mpg123 -w weare.wav weare.mp3 > [...] > > Illegal instruction > > Did this break with a recent update? It sounds like mpg123 uses an > inst

Re: A bit OT: conversion mp3 to wav

2003-07-05 Thread Sebastian Kapfer
On Sat, 05 Jul 2003 13:50:08 +0200, vdemar wrote: > E.g., If I issue the basic command > > mpg123 -w weare.wav weare.mp3 [...] > Illegal instruction Did this break with a recent update? It sounds like mpg123 uses an instruction that your CPU (which?) doesn't support. Does normal playback work?

A bit OT: conversion mp3 to wav

2003-07-05 Thread vdemart
In my deb testing installation until recently I had been using a widely known procedure to convert mp3 files into wav to roast CDs. in a nutshell for i in *.mp3; do mpg123 -w `basename $i .mp3`.wav $i; done Now the same procedure is painfully complaining about an "illegal instruction" an

Re: Decoding MP3 to WAV

2000-02-13 Thread Jacob Schmude
-BEGIN PGP SIGNED MESSAGE- Actually' you'll probably want to use: mpg123 -w file.wav file.mp3 rather than the -o switch. This will make absolute sure it writes .wav output to the .wav file. Jacob Schmude [EMAIL PROTECTED] ICQ: 53401220 email for public PGP key On Sun, 13 Feb 2000, Robe

Re: Decoding MP3 to WAV

2000-02-13 Thread Robert L. Harris
mpg123 -o file.wave file.mp3 Thus spake Pavel Epifanov ([EMAIL PROTECTED]): > Dear All, > > There are plenty of tools to encode WAV -> MP3. > I use bladeenc (just download and compile from its home). > > Whats about back convertion (decoding). MP3-HOWTO only covers > encoding process if I am r

Decoding MP3 to WAV

2000-02-13 Thread Pavel Epifanov
Dear All, There are plenty of tools to encode WAV -> MP3. I use bladeenc (just download and compile from its home). Whats about back convertion (decoding). MP3-HOWTO only covers encoding process if I am right. Is there a debiantized packages already ? --- Regards, Pavel Epifanov. [EMAIL PROTECT

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
not shown: ; On 24 Jun, Hans van den Boogert wrote: > Does anybody know of an app that decodes MP3 to WAV or AU? All *nixes excel at providing little tools that, when used together, can replace a lot of stand-alone tools on other platforms. if you have mpg123 and sox (both available as

MP3 to WAV?

1999-06-25 Thread Michael Meskes
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! Th.-Heuss-Str. 61, D-41812 Erkelenz| Go Rhein Fire! Tel.: (+49) 2431/72651 | Us

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 -

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 o

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 >

MP3 to WAV converter???

1999-01-04 Thread Daniel Elenius
Does anyone know of a MP3 to WAV converter? thanks /daniel elenius

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/

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

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 PROTECT

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] .

mp3 to wav

1997-11-17 Thread Pere Camps
Hi! Anyone know of something that does mp3 to wav conversion? TIA! Salutacions, Pere __o mailto:[EMAIL PROTECTED] 2:343/108.91 - _`\<;_ http://casal.upc.es/~pere/ PGP key available --- (_)/ (_)"Lo importante es el concepto&