I'm ripping my old LPs to wav files and want something to break the big album sized wav file into a wav file per track. I almost got up the inspiration to learn the wav file format and write my own but this has got to be something somebody has done a million times over already. Linux better, but I'll take a windows solution as well.

link|improve this question

56% accept rate
feedback

2 Answers

up vote 1 down vote accepted

If you don't fancy reinventing the wheel, MP3Split (free) will do the job.

"Mp3Splt is a free utility that will help you split mp3 and ogg files by marking cut points or by detecting silence. If you want to split an album, you can select split points and filenames manually or you can get them automatically from CDDB (internet or a local file) or from .cue files."

link|improve this answer
feedback

How about something that works on both linux and windows?

Splitting recordings into separate tracks with Audacity

Audacity® is free, open source software for recording and editing sounds. It is available for Mac OS X, Microsoft Windows, GNU/Linux, and other operating systems.

link|improve this answer
audacity is an amazing program (although in the past it had a tendancy to make my machine reboot) but it's a fully featured audio editor. Last time I checked (and it was a while ago) it didn't detect silence and write out multiple files. I realize now of course I didn't put that part in my question. :-) – Stu Oct 17 '10 at 23:46
@Stu - It has a Analyze menu -> Silence Finder now that should do what you want. – Nifle Oct 18 '10 at 9:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.