detected? For
instance, if the user presses a button and holds it down for some time, thereby
generating quite a long DTMF signal, how many DTMF notes would this class
detect as a consequence?
Regards,Daniel
Date: Fri, 13 Nov 2009 18:05:31 -0500
Subject: Re: [sipxtapi-dev] New SimpleDtmfDetector
probably need to install a new Debug recorder that
records the whole time, regardless of the start/stop messages sent to sipxtapi.
Has anyone done anything similar?
Regards,DanĂel
Date: Fri, 13 Nov 2009 18:05:31 -0500
Subject: Re: [sipxtapi-dev] New SimpleDtmfDetector
From: kam...@gmail.com
To:
I'm not sure what could be causing the ghost signals... Have you tried
isolating the DTMF detection code outside of the sipxtapi environment, and
feeding it similar audio?
The MpDtmfDetector class implements the Goertzel frequency detection
algorithm.
Basically the way I understand it, it calcula
Hi all,
(Keith is probably best suited to answer this, but I wanted the discussion to
be open...)
I'm actually using Jaro's experimental version of sipxtapi, and I noticed that
the latest branch there includes the SimpleDtmfDetector which is used to detect
inband DTMF. I also noticed that this