Searched refs:detectTone (Results 1 – 1 of 1) sorted by relevance
34 if (autoStop && detectTone(getFreqList(tmpLeft)))115 detectTone = function(freqList) { function118 if (typeof detectTone.startDetected == 'undefined') {119 detectTone.startDetected = false;120 detectTone.canStop = false;121 detectTone.accumulateTone = 0;131 detectTone.accumulateTone++;137 detectTone.accumulateTone++;141 if (detectTone.accumulateTone > passCriterion) {142 if (!detectTone.startDetected)[all …]