Be Excellent To Each Other

And, you know, party on. Dude.

All times are UTC [ DST ]




Reply to topic  [ 16 posts ] 
Author Message
 Post subject: MP3 - WAV convertor
PostPosted: Sat Jan 24, 2009 12:53 
SupaMod
User avatar
"Praisebot"

Joined: 30th Mar, 2008
Posts: 17093
Location: Parts unknown
Does anyone know of a free, simple programme that will convert MP3s into WAVs. I want something simple that will do it with minimal fuss and clicks.

I know media player 11 will rip into WAV, but most of my music on my PC is MP3 so I'd like to convert that.

Any ideas? And experience?


Top
 Profile  
 
 Post subject: Re: MP3 - WAV convertor
PostPosted: Sat Jan 24, 2009 12:55 
Awesome
User avatar
Yes

Joined: 6th Apr, 2008
Posts: 12337
Audacity

_________________
Always proof read carefully in case you any words out


Top
 Profile  
 
 Post subject: Re: MP3 - WAV convertor
PostPosted: Sat Jan 24, 2009 12:57 
SupaMod
User avatar
"Praisebot"

Joined: 30th Mar, 2008
Posts: 17093
Location: Parts unknown
Indeed it does but I was kind of looking for something that would do a whole load in one go, rather than one at a time.


Top
 Profile  
 
 Post subject: Re: MP3 - WAV convertor
PostPosted: Sat Jan 24, 2009 13:05 
Awesome
User avatar
Yes

Joined: 6th Apr, 2008
Posts: 12337
Hmm, not sure about a batch converter. My usual destination would be download.com.

Converting mp3 to wav won't bring back any of the missing quality though.

_________________
Always proof read carefully in case you any words out


Top
 Profile  
 
 Post subject: Re: MP3 - WAV convertor
PostPosted: Sat Jan 24, 2009 13:15 
SupaMod
User avatar
"Praisebot"

Joined: 30th Mar, 2008
Posts: 17093
Location: Parts unknown
The quality isn't a problem.. I should explain, the reason I'm doing it is because my new electronic drum kit has a USB input that'll play WAVS off a memory stick. I'm using the WAVs to play along with and since my drumming will be quite loud in the mix, the quality shouldn't be an issue.


Top
 Profile  
 
 Post subject: Re: MP3 - WAV convertor
PostPosted: Sat Jan 24, 2009 13:20 
Awesome
User avatar
Yes

Joined: 6th Apr, 2008
Posts: 12337
Ah, then just rename them all?

Or does iTunes or Winamp not do this if you try and convert a batch all at once?

_________________
Always proof read carefully in case you any words out


Top
 Profile  
 
 Post subject: Re: MP3 - WAV convertor
PostPosted: Sat Jan 24, 2009 13:21 
User avatar
Honey Boo Boo

Joined: 28th Mar, 2008
Posts: 12328
Location: Tronna, Canandada
.WAV? Pah. .VOC or .AU are where it's at.


Top
 Profile  
 
 Post subject: Re: MP3 - WAV convertor
PostPosted: Sat Jan 24, 2009 14:18 
User avatar
Kindly deeds done for free

Joined: 30th Mar, 2008
Posts: 1326
TheVision wrote:
Does anyone know of a free, simple programme that will convert MP3s into WAVs. I want something simple that will do it with minimal fuss and clicks.


Winamp definitely does this. Right-click > Options > Preferences, then go to the Plug-ins section, select Output, then Nullsoft Disk Writer, then click Configure to set the options. After that, anything you play in Winamp will be dumped to disk as a WAV.


Top
 Profile  
 
 Post subject: Re: MP3 - WAV convertor
PostPosted: Sat Jan 24, 2009 15:26 
User avatar
I weld dogs.

Joined: 30th Mar, 2008
Posts: 25
dbPowerAmp was my tool of choice for this sort of thing in my dark days of using Windows. Gives a right-click option to convert any file into a vast range of other stuff.


Top
 Profile  
 
 Post subject: Re: MP3 - WAV convertor
PostPosted: Sat Jan 24, 2009 15:30 
User avatar
Future War Cultist

Joined: 27th Mar, 2008
Posts: 1019
Location: Nottingham. Again. No, wait, I'm back in Manchester.
CDex does exactly what you want, drag a batch of mp3s into it and select 'Re-encode'.

_________________
Nihil videt et omnia videt


Top
 Profile  
 
 Post subject: Re: MP3 - WAV convertor
PostPosted: Sat Jan 24, 2009 16:01 
Awesome
User avatar
Yes

Joined: 6th Apr, 2008
Posts: 12337
Davydd Grimm wrote:
CDex does exactly what you want, drag a batch of mp3s into it and select 'Re-encode'.


Ooh, yes, forgot about CDex. Seconded there.

Also does a lovely line in ripping CDs and querying the CDDb for you.

_________________
Always proof read carefully in case you any words out


Top
 Profile  
 
 Post subject: Re: MP3 - WAV convertor
PostPosted: Sat Jan 24, 2009 16:07 
User avatar
Goth

Joined: 31st Mar, 2008
Posts: 3742
Winamp will usually do the same job too.

_________________
Image


Top
 Profile  
 
 Post subject: Re: MP3 - WAV convertor
PostPosted: Sat Jan 24, 2009 16:24 
SupaMod
User avatar
"Praisebot"

Joined: 30th Mar, 2008
Posts: 17093
Location: Parts unknown
CDex seems like the one for me! Good job! Cheers guys!


Top
 Profile  
 
 Post subject: Re: MP3 - WAV convertor
PostPosted: Sat Jan 24, 2009 16:42 
User avatar
Excellent Excellente

Joined: 1st Apr, 2008
Posts: 426
Of course, a simple batch command can help with a folder of MP3s too....

Code:
@echo off
for %%m in (*.mp3) do lame --decode "%%m" "%%~nm.wav"
cd ..
echo Conversion process finished.
echo.
pause

As an example. You can change bits and bobs if you like.


Top
 Profile  
 
 Post subject: Re: MP3 - WAV convertor
PostPosted: Sat Jan 24, 2009 18:53 

Joined: 30th Mar, 2008
Posts: 139
iTunes also does it, in a most pleasing way.

I like iTunes.


Top
 Profile  
 
 Post subject: Re: MP3 - WAV convertor
PostPosted: Sat Jan 24, 2009 20:47 
User avatar
Chinny chin chin

Joined: 30th Mar, 2008
Posts: 15695
When I used to work in radio I used to have a bit of software called DBPoweramp on my PC that let me convert large amounts of files between various formats (specifically I used it for mp2 to wav and vice versa).

From memory their site links to another site that holds all the plug-ins for virtually every audio file format ever.

Not used it for about 4 years mind! Google will be your friend. Good luck!


Top
 Profile  
 
Display posts from previous:  Sort by  
Reply to topic  [ 16 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Columbo and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search within this thread:
You are using the 'Ted' forum. Bill doesn't really exist any more. Bogus!
Want to help out with the hosting / advertising costs? That's very nice of you.
Are you on a mobile phone? Try http://beex.co.uk/m/
RIP, Owen. RIP, MrC. RIP, Dimmers.

Powered by a very Grim... version of phpBB © 2000, 2002, 2005, 2007 phpBB Group.