Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'url:pypi': 0.03; 'subject:Python': 0.06; 'lawrence': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'cc:name:python list': 0.16; 'subject:Converting': 0.16; 'wrote:': 0.18; 'all,': 0.19; 'module': 0.19; 'pieces': 0.19; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'format,': 0.24; 'mon,': 0.24; 'cc:2**0': 0.24; 'header:In- Reply-To:1': 0.27; 'tried': 0.27; 'am,': 0.29; 'have,': 0.30; 'message-id:@mail.gmail.com': 0.30; '25,': 0.31; 'obscure': 0.31; 'them?': 0.31; 'this.': 0.32; 'url:python': 0.33; 'raw': 0.33; 'third': 0.33; 'convert': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'useful': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'problems': 0.38; 'audio': 0.38; 'rather': 0.38; 'extremely': 0.39; 'called': 0.40; 'even': 0.60; 'url:3': 0.61; 'dear': 0.65; '2.7.': 0.84; 'subject:Using': 0.84; 'to:addr:yahoo.co.uk': 0.84; 'yours.': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=FS7S9k1sqF3vbPqEN5hUbr3V4dUleDZ3UDbFLzQw03c=; b=DO0opoxyqZucbmdxkupUvrTzp+E/OlpP3u+mmQEVsIlNR1NRXg2ECSvLZr8TU6YWCP M6jk4HA2rMppL+mtPV0CNC2krucYdzwEZD/mnkHASCaPDnxXOIAs4meshYmFKxUGOTee uxhr7VIpaANh7jMIoEqEHwna412MBF3GjmH26d5bDOQPRwq6oNVn+cellKLPwbRQqqNz crH4RpLC6nrgNy0Lgy/HsgCJuwE4oSXcbnFf6m7lXxdXYY+8BbhsbH5fxnFyRABtZEm/ u7Gag2nxlDEimPPgUCaxHaaUMJErUyBT2At5lb8FnhhkK9kzJX0TSNo68sVHH0q9OAKg SJdA== MIME-Version: 1.0 X-Received: by 10.152.19.5 with SMTP id a5mr24112235lae.21.1409009016693; Mon, 25 Aug 2014 16:23:36 -0700 (PDT) In-Reply-To: References: Date: Mon, 25 Aug 2014 16:23:36 -0700 Subject: Re: Media Conversion Using Python - Converting MP3 to Other Formats From: Dan Stromberg To: Mark Lawrence Content-Type: text/plain; charset=UTF-8 Cc: Python List X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1409009024 news.xs4all.nl 2912 [2001:888:2000:d::a6]:45895 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:77008 On Mon, Aug 25, 2014 at 9:04 AM, Mark Lawrence 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 :)