Silence Finder Algorithm/Technique

Audio software developers forum.
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
Post Reply
dan7
Posts: 1
Joined: Wed May 26, 2010 8:42 pm
Operating System: Please select

Silence Finder Algorithm/Technique

Post by dan7 » Wed May 26, 2010 11:11 pm

Hi everybody,

I'm a researcher and I'm very surprised using the silence finder function of Aldacity in some of my experiments.
However, I really need to know what techinque/algorithm the source code autor use.
I only find, inside source code, comments saying that the Silence Finder script was written by Alex S. Brown.
But I look for this script in his site (http://www.alexsbrown.com/) and I don't find it. Could anyone helpe me to know more about the silence finder technique/algorithm?
tks

steve
Site Admin
Posts: 81609
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Silence Finder Algorithm/Technique

Post by steve » Thu May 27, 2010 12:16 am

The algorithm is extremely simple - look for where periods of "silence" (amplitude below the threshold) become periods of non-silence (amplitude above the threshold), then mark it with a label.
How much detail do you want?
Do you know anything about Nyquist programming or Lisp?
(Nyquist: http://audacityteam.org/help/nyquist )
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Post Reply