mp3 ---> wav

2001-09-21 Thread John Griffiths
does anyone know a good tool for converting mp3's back to .wav for burning to audio cd? (no mp3 player in the car) TIA John

MP3 --> WAV

1999-06-24 Thread Hans van den Boogert
Does anybody know of an app that decodes MP3 to WAV or AU?

Re: mp3 ---> wav

2001-09-21 Thread Craig Dickson
John Griffiths wrote: > does anyone know a good tool for converting mp3's back to .wav for > burning to audio cd? Sure. mpg321 -w. XMMS will do it too, I think, if you specify the Disk Output plugin. Craig

Re: mp3 ---> wav

2001-09-21 Thread dman
On Sat, Sep 22, 2001 at 12:57:11PM +, John Griffiths wrote: | does anyone know a good tool for converting mp3's back to .wav for burning to audio cd? | | (no mp3 player in the car) If you have some spare dough, the Rio Car looks quite interesting. Runs Debian too. -D

Re: mp3 ---> wav

2001-09-21 Thread John Griffiths
At 08:37 PM 9/21/01 -0700, Craig Dickson wrote: >John Griffiths wrote: > >> does anyone know a good tool for converting mp3's back to .wav for >> burning to audio cd? > >Sure. mpg321 -w. XMMS will do it too, I think, if you specify the Disk >Output plugin. > >Craig ok i think u were referring to m

Re: mp3 ---> wav

2001-09-21 Thread Dan Born
By default mpg123 plays the mp3. Use the -s option to have it send its data to stdout. See the manpage for more info. On Saturday 22 September 2001 09:53 am, John Griffiths wrote: > At 08:37 PM 9/21/01 -0700, Craig Dickson wrote: > >John Griffiths wrote: > >> does anyone know a good tool for co

Re: mp3 ---> wav

2001-09-21 Thread John Griffiths
At 12:03 AM 9/22/01 -0400, Dan Born wrote: >By default mpg123 plays the mp3. Use the -s option to have it send its data >to stdout. See the manpage for more info. > found a somewhat ugly way to fake it, seems to be working though with -w the -s option talks about headerless data in the man pag

Re: mp3 ---> wav

2001-09-22 Thread Mike McGuire
On Sat, Sep 22, 2001 at 02:09:19PM +, John Griffiths wrote: > > found a somewhat ugly way to fake it, seems to be working though with -w > > the -s option talks about headerless data in the man page: > > The decoded audio samples are written to standard output, instead of > playing them t

Re: mp3 ---> wav

2001-09-22 Thread Martin F Krafft
also sprach John Griffiths (on Sat, 22 Sep 2001 01:53:31PM +): > >Sure. mpg321 -w. XMMS will do it too, I think, if you specify the Disk > >Output plugin. > > ok i think u were referring to mpg123? he wasn't. drop-in mpg321 is a replacement for mpg123, which doesn't come with the problematic

Re: MP3 --> WAV

1999-06-24 Thread Remco van 't Veer
The following will create "a.wav" from "a.mp3". mpg123 -s a.mp3 | sox -t raw -r 44100 -w -s -c 2 - a.wav On Thu, Jun 24, 1999 at 20:50, Hans van den Boogert wrote: > Does anybody know of an app that decodes MP3 to WAV or AU? -- Echelon Saddam Hussein RAF stealth Rule Psix Clinton RSA Zimm

Re: MP3 --> WAV

1999-06-24 Thread eric a. Farris
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 debian packages), you

Re: MP3 --> WAV

1999-06-25 Thread Hans van den Boogert
Thanks, bedankt, merci, gracias, xie xie. It worked, but alas the header of the MP3 file was corrupted, so even Sox couldn't help out here. -- Hans At 04:18 PM 6/24/99 +0200, Remco van 't Veer wrote: >The following will create "a.wav" from "a.mp3". > > mpg123 -s a.mp3 | sox -t raw -r 44100 -w -

Re: MP3 --> WAV

1999-06-27 Thread Sami Dalouche
You could try mp3asm On Fri, Jun 25, 1999 at 09:30:51PM +0800, Hans van den Boogert wrote: > Thanks, bedankt, merci, gracias, xie xie. It worked, but alas the header of > the MP3 file was corrupted, so even Sox couldn't help out here. -- Hans > > > > At 04:18 PM 6/24/99 +0200, Remco van 't Veer

Q: mp3 wav / sound

2000-10-07 Thread Michael Steiner
Hi to all! I can't play .wav or .mp3 files on my system. I can play cdroms. cdparanoia seems to work and encodes cdrom-tracks to .wav files, but when I try to play them no sound at all (splay, mpg123 ...) I have a Creative VibraX card installed. Question: 1. Is the VibraX card the problem ? 2.

Re: Q: mp3 wav / sound

2000-10-07 Thread loki
On Sat, Oct 07, 2000 at 10:36:26AM +0200, Michael Steiner wrote: > I can't play .wav or .mp3 files on my system. > I can play cdroms. > cdparanoia seems to work and encodes cdrom-tracks to .wav files, but > when I try to play them no sound at all (splay, mpg123 ...) > > I have a Creative VibraX c

creating audio-cd image from mp3/wav

2004-07-29 Thread Micha Feigin
How do I create an audio cd image on disk? I tried looking into xcdroast (which I normally use), cdrecord, burn, mp3burn and a bunch of other console tools, and it seems that there is no problem to write audio directly to cd from wav/mp3/ogg and create data iso images on disk, but I couldn't seem

Re: creating audio-cd image from mp3/wav

2004-07-29 Thread Alexandros Papadopoulos
On Thursday 29 July 2004 15:06, Micha Feigin wrote: > How do I create an audio cd image on disk? > > I tried looking into xcdroast (which I normally use), cdrecord, burn, > mp3burn and a bunch of other console tools, and it seems that there > is no problem to write audio directly to cd from wav/mp3

Re: creating audio-cd image from mp3/wav

2004-07-29 Thread matt zagrabelny
On Thu, 2004-07-29 at 07:06, Micha Feigin wrote: > How do I create an audio cd image on disk? > i *think* you could use dd get the image off of a disc. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: creating audio-cd image from mp3/wav

2004-07-29 Thread Micha Feigin
On Thu, Jul 29, 2004 at 04:08:57PM +0300, Alexandros Papadopoulos wrote: > On Thursday 29 July 2004 15:06, Micha Feigin wrote: > > How do I create an audio cd image on disk? > > > > I tried looking into xcdroast (which I normally use), cdrecord, burn, > > mp3burn and a bunch of other console tools,

Re: creating audio-cd image from mp3/wav

2004-07-29 Thread csj
On 29. July 2004 at 3:06PM +0300, Micha Feigin <[EMAIL PROTECTED]> wrote: > How do I create an audio cd image on disk? > > I tried looking into xcdroast (which I normally use), cdrecord, > burn, mp3burn and a bunch of other console tools, and it seems > that there is no problem to write audio dir

Re: creating audio-cd image from mp3/wav

2004-07-29 Thread Micha Feigin
On Fri, Jul 30, 2004 at 07:15:16AM +0800, csj wrote: > On 29. July 2004 at 3:06PM +0300, > Micha Feigin <[EMAIL PROTECTED]> wrote: > > > How do I create an audio cd image on disk? > > > > I tried looking into xcdroast (which I normally use), cdrecord, > > burn, mp3burn and a bunch of other consol

Re: creating audio-cd image from mp3/wav

2004-07-30 Thread csj
On 30. July 2004 at 5:02AM +0300, Micha Feigin <[EMAIL PROTECTED]> wrote: > On Fri, Jul 30, 2004 at 07:15:16AM +0800, csj wrote: > > On 29. July 2004 at 3:06PM +0300, > > Micha Feigin <[EMAIL PROTECTED]> wrote: > > > > > How do I create an audio cd image on disk? > > > > > > I tried looking into

Re: creating audio-cd image from mp3/wav

2004-07-30 Thread Micha Feigin
On Sat, Jul 31, 2004 at 07:07:52AM +0800, csj wrote: > On 30. July 2004 at 5:02AM +0300, > Micha Feigin <[EMAIL PROTECTED]> wrote: > > > On Fri, Jul 30, 2004 at 07:15:16AM +0800, csj wrote: > > > On 29. July 2004 at 3:06PM +0300, > > > Micha Feigin <[EMAIL PROTECTED]> wrote: > > > > > > > How do

Re: creating audio-cd image from mp3/wav

2004-07-30 Thread Nate Bargmann
* Micha Feigin <[EMAIL PROTECTED]> [2004 Jul 30 18:42 -0500]: > I never intend for the files to go to the cdrom, otherwise the solution > would be easy. I want to create an image I can mount in vmware so that > windows will think its a regular audio cd so that I can download it to > my mini disk us

Re: creating audio-cd image from mp3/wav

2004-07-30 Thread Brad Sims
On Friday 30 July 2004 6:07 pm, csj wrote: > Since cdrecord can burn cd-compatible wav files on the fly, why > not just create the wav files in one directory, making sure the > files are arranged in track order, say track01.wav, track02.wav? > If you need special options like cd text put it in a s

Re: creating audio-cd image from mp3/wav

2004-07-31 Thread Micha Feigin
On Fri, Jul 30, 2004 at 11:04:52PM -0500, Brad Sims wrote: > On Friday 30 July 2004 6:07 pm, csj wrote: > > > Since cdrecord can burn cd-compatible wav files on the fly, why > > not just create the wav files in one directory, making sure the > > files are arranged in track order, say track01.wav,

Re: creating audio-cd image from mp3/wav

2004-07-31 Thread Micha Feigin
On Fri, Jul 30, 2004 at 07:09:45PM -0500, Nate Bargmann wrote: > * Micha Feigin <[EMAIL PROTECTED]> [2004 Jul 30 18:42 -0500]: > > I never intend for the files to go to the cdrom, otherwise the solution > > would be easy. I want to create an image I can mount in vmware so that > > windows will thin

Re: creating audio-cd image from mp3/wav

2004-07-31 Thread Nate Bargmann
* Micha Feigin <[EMAIL PROTECTED]> [2004 Jul 31 08:40 -0500]: > Read through the whole man page and some other stuff also. Audio cds > don't have a file system, so they are not iso9660 cds. They basically > only have the raw data stream in 16-bit stereo samples in PCM coding at > 44100 samples/seco

Re: creating audio-cd image from mp3/wav

2004-08-01 Thread Brad Sims
On Saturday 31 July 2004 8:04 am, Micha Feigin wrote: > Does it create a raw image for you for an audio project ? (could be that > I missed something or that it was a buggy version). I sit corrected... when I tell it to make an image it just gives me the wavs as well :/ I guess that's what I get f

Re: creating audio-cd image from mp3/wav

2004-08-02 Thread Micha Feigin
On Sun, Aug 01, 2004 at 12:07:59PM -0500, Brad Sims wrote: > On Saturday 31 July 2004 8:04 am, Micha Feigin wrote: > > Does it create a raw image for you for an audio project ? (could be that > > I missed something or that it was a buggy version). > > I sit corrected... when I tell it to make an i

Re: how to record sound to mp3 [wav, for those who can]

2021-03-25 Thread David Wright
On Thu 25 Mar 2021 at 17:40:51 (+0100), Nicolas George wrote: > David Wright (12021-03-25): > > > now i modify my requirement to how to use arecord to record sound being > > > played to wav file > > > To record, you could type, for example, in another xterm: > > > > $ arecord -d 10 -f cd -v -v -

Re: how to record sound to mp3 [wav, for those who can]

2021-03-25 Thread Nicolas George
David Wright (12021-03-25): > > > $ arecord -d 10 -f cd -v -v -v -D plughw:0,0 /tmp/audiofile.wav > > This command does not record the sound being played. > … on your machine. On no machine, unless specifically configured, which is not trivial at all. It would be helpful if people around here lea

Re: how to record sound to mp3 [wav, for those who can]

2021-03-25 Thread Linux-Fan
David Wright writes: On Thu 25 Mar 2021 at 17:40:51 (+0100), Nicolas George wrote: > David Wright (12021-03-25): [...] > > To record, you could type, for example, in another xterm: > > > > $ arecord -d 10 -f cd -v -v -v -D plughw:0,0 /tmp/audiofile.wav > > This command does not record the so

Re: how to record sound to mp3 [wav, for those who can]

2021-03-26 Thread tomas
On Thu, Mar 25, 2021 at 11:22:35PM +0100, Nicolas George wrote: > David Wright (12021-03-25): > > > > $ arecord -d 10 -f cd -v -v -v -D plughw:0,0 /tmp/audiofile.wav > > > This command does not record the sound being played. > > … on your machine. > > On no machine, unless specifically configured,

Re: how to record sound to mp3 [wav, for those who can]

2021-03-26 Thread Michael Lange
Hi, On Fri, 26 Mar 2021 08:38:02 +0100 wrote: > On Thu, Mar 25, 2021 at 11:22:35PM +0100, Nicolas George wrote: > > David Wright (12021-03-25): > > > > > $ arecord -d 10 -f cd -v -v -v -D plughw:0,0 /tmp/audiofile.wav > > > > This command does not record the sound being played. > > > … on your m

Re: how to record sound to mp3 [wav, for those who can]

2021-03-26 Thread Michael Lange
On Fri, 26 Mar 2021 09:47:28 +0100 Michael Lange wrote: > Plus, I don't know how to switch the OSS capture > device programmatically (if this is important for the OP's purpose). uh, got it. $ aumix -v R sets "Vol" as capture device. Regards Michael .-.. .. ...- . .-.. --- -. --. .- -. -.

Re: how to record sound to mp3 [wav, for those who can]

2021-03-26 Thread David Wright
On Thu 25 Mar 2021 at 23:22:35 (+0100), Nicolas George wrote: > David Wright (12021-03-25): > > > > $ arecord -d 10 -f cd -v -v -v -D plughw:0,0 /tmp/audiofile.wav > > > This command does not record the sound being played. > > … on your machine. > > On no machine, unless specifically configured, w

OT: Music player with substantial speakers than can play things like mp3, wav files from an SD card or USB pendrive

2021-06-17 Thread rhkramer
I'd like to find a fairly large (I mean not a tiny hand held thing that uses batteries and has tiny controls) music player that can play things like mp3, wav and other music files from either an SD card or a USB pendrive. I'd prefer to be able to plug it in to a 120vac power source

Re: OT: Music player with substantial speakers than can play things like mp3, wav files from an SD card or USB pendrive

2021-06-17 Thread Russell L. Harris
On Thu, Jun 17, 2021 at 07:50:44PM -0400, rhkra...@gmail.com wrote: I'd like to find a fairly large (I mean not a tiny hand held thing that uses batteries and has tiny controls) music player that can play things like mp3, wav and other music files from either an SD card or a USB pendrive

Re: OT: Music player with substantial speakers than can play things like mp3, wav files from an SD card or USB pendrive

2021-06-17 Thread deloptes
rhkra...@gmail.com wrote: > I'd like to find a fairly large (I mean not a tiny hand held thing that > uses batteries and has tiny controls) music player that can play things > like mp3, wav and other music files from either an SD card or a USB > pendrive. > > I'd pre

Re: OT: Music player with substantial speakers than can play things like mp3, wav files from an SD card or USB pendrive

2021-06-18 Thread Andrew M.A. Cater
On Thu, Jun 17, 2021 at 07:50:44PM -0400, rhkra...@gmail.com wrote: > I'd like to find a fairly large (I mean not a tiny hand held thing that uses > batteries and has tiny controls) music player that can play things like mp3, > wav and other music files from either an SD card or

Re: OT: Music player with substantial speakers than can play things like mp3, wav files from an SD card or USB pendrive

2021-06-18 Thread Andrei POPESCU
On Jo, 17 iun 21, 19:50:44, rhkra...@gmail.com wrote: > I'd like to find a fairly large (I mean not a tiny hand held thing that uses > batteries and has tiny controls) music player that can play things like mp3, > wav and other music files from either an SD card or a USB pend

Re: OT: Music player with substantial speakers than can play things like mp3, wav files from an SD card or USB pendrive

2021-06-18 Thread Dan Ritter
rhkra...@gmail.com wrote: > I'd like to find a fairly large (I mean not a tiny hand held thing that uses > batteries and has tiny controls) music player that can play things like mp3, > wav and other music files from either an SD card or a USB pendrive. > > I'd prefer

Re: OT: Music player with substantial speakers than can play things like mp3, wav files from an SD card or USB pendrive

2021-06-18 Thread Anders Andersson
On Fri, Jun 18, 2021 at 1:51 AM wrote: > > I'd like to find a fairly large (I mean not a tiny hand held thing that uses > batteries and has tiny controls) music player that can play things like mp3, > wav and other music files from either an SD card or a USB pendrive. > ...

Re: OT: Music player with substantial speakers than can play things like mp3, wav files from an SD card or USB pendrive

2021-06-18 Thread Dan Ritter
Anders Andersson wrote: > On Fri, Jun 18, 2021 at 1:51 AM wrote: > > > > I'd like to find a fairly large (I mean not a tiny hand held thing that uses > > batteries and has tiny controls) music player that can play things like mp3, > > wav and other music files

Re: OT: Music player with substantial speakers than can play things like mp3, wav files from an SD card or USB pendrive

2021-06-18 Thread Dominic Knight
On Thu, 2021-06-17 at 19:50 -0400, rhkra...@gmail.com wrote: > I'd like to find a fairly large (I mean not a tiny hand held thing > that uses > batteries and has tiny controls) music player that can play things > like mp3, > wav and other music files from either an SD ca