split files when a known frequency occurs
utility to split mp3, ogg vorbis and FLAC files without decoding
Brought to you by:
io_alex_2004,
mtrotta
Hello,
Why would you need such feature ?
--
Alex
We need to split shows from a radio archive recording to publish them on our radio station's web page.
Since the beginnings and ends vary by a few minutes from the published schedule (we don't cut songs in the middle to start a show) this involves a lot of manual labour.
Our take on the problem is playing a high frequency signal at the start and end of the show and looking for that in the recording to detect split points.
This is how far we came now. My colleague (who i think might be the author of the original post) got automatic splitting to work (with other software).
When we need to fix something (because the technician forgot to play the show intro/outro which contains the signal etc.), we have to load mp3 files that are sometimes hours long and computing the waveform takes a while. Could we somehow precompute the waveform in advance so it gets loaded on our workstations at the same time as the mp3 file is opened with mp3splt-gtk?
Best regards,
Borut Mrak.