Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #77009
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Subject | Re: Media Conversion Using Python - Converting MP3 to Other Formats |
| Date | 2014-08-26 01:02 +0100 |
| References | <CAAe=kjtey_2o2A2sozPvHpvTvLioOHZaDBwJnCkPeOh1unPGmw@mail.gmail.com> <ltfmq5$kae$1@ger.gmane.org> <CAGGBd_rPDdU_OneNRfA0As+uS6Tiv_ryiQOFjccnXKi8=LQ0-w@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.13437.1409011380.18130.python-list@python.org> (permalink) |
On 26/08/2014 00:23, Dan Stromberg wrote: > On Mon, Aug 25, 2014 at 9:04 AM, Mark Lawrence <breamoreboy@yahoo.co.uk> wrote: >> On 25/08/2014 16:28, Parth Trivedi wrote: >>> >>> Dear All, >>> >>> I need some help of yours. I want to convert audio in MP3 format to >>> other formats including uncompressed raw format, WAV etc. and I am using >>> python 2.7. Is there any built-in module I can use or any third party >>> modules available ? >>> >>> Please help me on this. I would be very grateful. >>> >>> Thanks and Regards, >>> Parth T. >>> >> >> There are a number of extremely useful third party pieces of software >> available to help with this. They are called "search engines". What have >> you tried with them, what problems did you have, what else do you need to >> know about them? >> >> If you'd have tried these rather obscure beasts, you might have found >> https://docs.python.org/2/py-modindex.html or https://pypi.python.org/pypi > > Or https://docs.python.org/3/py-modindex.html even :) > Personally I don't use old software builds but as the OP stated that they're using 2.7 I thought I'd humour them. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Media Conversion Using Python - Converting MP3 to Other Formats Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-08-26 01:02 +0100
csiph-web