|
From: Paul M. <pm...@co...> - 2010-06-15 03:46:42
|
Mike, Just wanted to respond back with an update. I tried a few more things to put together a windows compiler, but havent' achieved success yet. In the meantime, I tried ffmpeg. It was even less user friendly than sox for the "newbie" but it was able to transcode both an mp3 and an mp2 to my desired wav format. Now, I'll need to see if my automation system likes it. It's kind of picky about the wav's it likes. Next on to normalize with the link you suggested. One question, do you believe there will be any loss in audio quality doing the normalize? Thanks again. Paul -----Original Message----- From: Mike Hirst [mailto:mik...@bl...] Sent: Friday, June 11, 2010 3:06 AM To: pm...@co...; sox...@li... Subject: Re: [SoX-users] Sox on windows - getting started Paul, Sox must be compiled sox with lame and libmad to enable mp3 support for Windows. There is a 'Code Project' explaining how to do this: http://www.codeproject.com/KB/aspnet/Compiling_SOX_with_Lame.aspx Alternatively you could use ffmpeg (www.ffmpeg.org) to make the conversion: ffmpeg -i test.mp3 test.wav or use mpg123 (www.mpg123.de): mpg123 -w test.wav test.mp3 and then use normalize http://savannah.nongnu.org/download/normalize/normalize-0.7.7-win32.zip to make the volume adjustment: normalize -m 80 test.wav Best Wishes Mike Hirst Paul Martin wrote: > Ive read and reread the win32 document but apparently Im not doing > something correctly. I installed Sox. When I go to that directory > using the command line and just type in sox, it spits out the help file, > so at least I know its working. Whats not though is when I try a > basic conversion. Im wanting it to convert from an mp3 to a wav file > and eventually, drop the volume as well. > > > > But, what s happening is apparently nothing. For instance, when I type > (at the windows command prompt) > > > sox c:\test\utb20100607.mp3 test.wav > > I hit return and then it just blinks .with no response. > > > > Per its instructions, I did install Cygwin and then compile DLLs for > lame and madlib and put them in the sox directly. So, can you give me a > clue where Im going wrong? As Im just beginning with this, its > probably several places. LOL. Thanks in advance. > > > > Paul > > > ------------------------------------------------------------------------ > > ---------------------------------------------------------------------------- -- > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > > > ------------------------------------------------------------------------ > > _______________________________________________ > Sox-users mailing list > Sox...@li... > https://lists.sourceforge.net/lists/listinfo/sox-users -- Mike Hirst Managing Director DAS-360° 16 Ocean View Whitley Bay Tyne & Wear NE26 1AL tel: 0191 289 3186 email: mik...@bl... web: http://www.das360.net |