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
> >
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
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
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?
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
-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
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
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
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
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
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
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
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 -
> >> 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
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.
>> 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
>
Does anyone know of a MP3 to WAV converter?
thanks
/daniel elenius
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/
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
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
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] .
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&
22 matches
Mail list logo