Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

What software or algorithm can I use to automatically split a 5 hour mp3 recording of a radio broadcast into songs, news, advertisments, etc. I want to use echoprint for song detection, but I can only do that after I have split the mp3 into its various items.

The algorithm must be able to split two consecutive songs that have no pause in between.

share|improve this question

closed as not a real question by Bart, tcaswell, Nix, Linger, t0mm13b Jan 21 at 0:28

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

It would be very hard to solve this problem but if I can suggest an alternative, I would split the recording into small segments(e.g. 2 minutes) and submit them all to echoprint or run a local server. I think that would do the job if your goal is to identify all the songs in the recordings.

share|improve this answer

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