Need to find the timestamp of an audio clip inside the audio file from which it originated
February 6, 2012 3:26 PM Subscribe
Does software exist that can search for an audio clip inside the larger audio file and return the timestamp?
Is there an application or a website where I can feed in two audio files--one being a clip from the other--and it will return the timestamp at which the smaller occurs inside the larger?
posted by raddevon to computers & internet (5 answers total)
As I think about it, it's not a straight-forward problem to solve.
Can you tell us about the audio clip you're using as a search parameter? Is it, like, a separate recording? Or, was it ripped from the digital audio stream? Or is it a bit-perfect copy of the PCM as decoded from the file you're searching in?
If the search clip's original source was the (unmodified) audio file in question, then you might be able to get away with some sort of simple program to decode the audio and do time sequence or string search. You could probably find somebody to hack that up for a grand or two.
But, if it's a separate original recording, or the search clip has been altered from the original stream, you're going to need something sophisticated. And none of my googling is finding such a thing.
posted by Netzapper at 3:48 PM on February 6, 2012