Subject:Auto Create Markers Based on Tone Frequency
Posted by: cargoplex
Date:1/20/2006 4:23:48 PM
I have an interesting situation, where I have a bunch of files of audiobooks that have a certain tone at the beginning of each chapter. I was wondering if there is a way to build upon the concept put forth in the MakeMarkers.cs script and have a marker created automatically at each incident of a tone in the audio file. It is the same frequency tone for each chapter (about 60Hz I think), so it seems like it could be done, but I am afraid I know nothing about scripting. Any help or advice would be greatly appreciated. Thanks! |
Subject:RE: Auto Create Markers Based on Tone Frequen
Reply by: _TJ
Date:1/20/2006 6:41:24 PM
Yes, this is possible, but it will require the script to do signal processing on the file data, there is no way to get access to Spectrum Analysis data in a script. You will need to use ISfFileHost.ReadAudio(...) to examine the file data and scan for the signature of your tone. If the tone is pure and clean, you may be able to get the job done with a simple bit of coding. (just counting the frequency of zero crossings, for instance). so, how good is your DSP coding? tj |
Subject:RE: Auto Create Markers Based on Tone Frequency
Reply by: cargoplex
Date:1/21/2006 10:04:33 AM
Thanks for the advice TJ! Unfortunately, I have no scripting experience whatsoever. I understand the process you're describing that would accomplish what I want, but wouldn't know the first thing about scripting that process. I could really use someone to possible create this script for me actually, so I guess my next move is to make friends with a scriptor ;-) |
Subject:RE: Auto Create Markers Based on Tone Frequen
Reply by: cargoplex
Date:1/27/2006 10:20:48 AM
Hey TJ, I was wondering if you would possibly be available to create this script for me if I gave you a sample audio file and instructions. I am willing to pay for this script, as it will make life sooo much easier for the project it involves. Anyways, if you are interested in helping me out, please email me at: aaron@cuttingarchives.com Thanks! |