teragonaudio / Arooo

Project for Music Hack Day Stockholm 2013
GNU General Public License v2.0
2 stars 0 forks source link

Improve detection algorithm #1

Open nikreiman opened 11 years ago

nikreiman commented 11 years ago

Right now a detection is triggered whenever a certain number of "points" are accumulated for the base frequencies. This means that static or loud noises can accidentally trigger the event. The fingerprinting algorithm should instead use a time window to search for a given number of hits across the window.