Author |
Message |
Egor Bolone #1 / 12
|
 console mp3->wav decoder for $indows or GUI one which supports console
Hi All! I'm seeking a subj. -- Egor [ru eo en]
|
Fri, 16 Dec 2005 08:13:07 GMT |
|
 |
Ben Finne #2 / 12
|
 console mp3->wav decoder for $indows or GUI one which supports console
Quote:
> I'm seeking a subj.
We're seeking a descriptive message body. -- \ "I don't know half of you half as well as I should like, and I | `\ like less than half of you half as well as you deserve." -- | _o__) Bilbo Baggins | http://bignose.squidly.org/ 9CFE12B0 791A4267 887F520C B7AC2E51 BD41714B
|
Fri, 16 Dec 2005 08:07:30 GMT |
|
 |
Egor Bolone #3 / 12
|
 console mp3->wav decoder for $indows or GUI one which supports console
Quote: > > I'm seeking a subj.
I'm looking for.. Quote: > We're seeking a descriptive message body.
What? I did't understand?
|
Fri, 16 Dec 2005 08:54:39 GMT |
|
 |
Gerhard H?rin #4 / 12
|
 console mp3->wav decoder for $indows or GUI one which supports console
Quote:
> Hi All! > I'm seeking a subj.
The subject being console mp3->wav decoder for $indows or GUI one which supports console You might be able to compile something like mpg321 with Cygwin or even with mingw/msys. What I have no idea is why you ask this question in a *Python* newsgroup. This has really nothing to do with Python. Please find a more appropriate newsgroup next time. -- Gerhard
|
Fri, 16 Dec 2005 11:40:14 GMT |
|
 |
Ben Finne #5 / 12
|
 console mp3->wav decoder for $indows or GUI one which supports console
Quote:
> I'm looking for..
Looking for what? Is it anything to do with comp.lang.python? Quote: >> We're seeking a descriptive message body. > What? I did't understand?
You didn't ask anything, and didn't say anything. So I'm wondering what your post was about. -- \ "I don't like country music, but I don't mean to denigrate | `\ those who do. And for the people who like country music, | _o__) denigrate means 'put down'." -- Bob Newhart | http://bignose.squidly.org/ 9CFE12B0 791A4267 887F520C B7AC2E51 BD41714B
|
Fri, 16 Dec 2005 11:51:22 GMT |
|
 |
Mapt #6 / 12
|
 console mp3->wav decoder for $indows or GUI one which supports console
Hi Egor Bolonev, What is $indows? Sw.
|
Fri, 16 Dec 2005 12:51:18 GMT |
|
 |
Mapt #7 / 12
|
 console mp3->wav decoder for $indows or GUI one which supports console
Hi Egor Bolonev, What is $indows? Sw.
|
Fri, 16 Dec 2005 12:52:02 GMT |
|
 |
Egor Bolone #8 / 12
|
 console mp3->wav decoder for $indows or GUI one which supports console
Quote: > > I'm looking for.. > Looking for what? Is it anything to do with comp.lang.python? > >> We're seeking a descriptive message body. > > What? I did't understand? > You didn't ask anything, and didn't say anything. So I'm wondering what > your post was about.
You mean you can't see a subject line? What is your news reader?
|
Fri, 16 Dec 2005 13:43:14 GMT |
|
 |
Cliff Well #9 / 12
|
 console mp3->wav decoder for $indows or GUI one which supports console
Quote:
> Hi All! > I'm seeking a subj.
It looks like you have a subject, it's body you lack. And I'm looking for *any* relevance to Python. Nevertheless I'll try to help: import urllib url = "ftp://dl.xs4all.nl/pub/mirror/tucows/files3/mp32wav.zip" dl = file('mp32wav.zip', 'wb') dl.write(urllib.urlopen(url).read()) dl.close() Also, might I recommend http://www.google.com for simple things like this. Regards, -- Now the sugar in your soft voice Makes the sweetness in your weeping -Swans
|
Fri, 16 Dec 2005 16:25:16 GMT |
|
 |
Egor Bolone #10 / 12
|
 console mp3->wav decoder for $indows or GUI one which supports console
Quote: > Hi All! > I'm seeking a subj. > -- > Egor [ru eo en]
|
Fri, 16 Dec 2005 18:43:23 GMT |
|
 |
Serge Terekho #11 / 12
|
 console mp3->wav decoder for $indows or GUI one which supports console
Quote:
> Hi All! > I'm seeking a subj.
Why not to try search: http://www.google.com/search?sourceid=navclient&ie=UTF-8&oe=UTF-8&q=m... Serge
|
Fri, 16 Dec 2005 20:36:56 GMT |
|
 |
Irmen de Jon #12 / 12
|
 console mp3->wav decoder for $indows or GUI one which supports console
Quote:
>>Hi All! >>I'm seeking a subj. > It looks like you have a subject, it's body you lack. And I'm looking > for *any* relevance to Python. Nevertheless I'll try to help: > import urllib > url = "ftp://dl.xs4all.nl/pub/mirror/tucows/files3/mp32wav.zip" > dl = file('mp32wav.zip', 'wb') > dl.write(urllib.urlopen(url).read()) > dl.close()
Thanks, Cliff, this was good for a healthy laugh :-) --Irmen
|
Sat, 17 Dec 2005 06:06:46 GMT |
|
|