svxlink icon indicating copy to clipboard operation
svxlink copied to clipboard

DTMF_MUTING detection delay time, manual incorrect, bonus make it adjustable.

Open hayden-t opened this issue 4 years ago • 1 comments

In http://www.svxlink.org/doc/man/man5/svxlink.conf.5.html it states 75ms detection delay, but this does not seem correct. image

Default decoder type INTERNAL only has 40ms delay https://github.com/sm0svx/svxlink/blob/4ee98eb7e2a9bd3c1b7c3667b84b704cb2bc9925/src/svxlink/trx/DtmfDecoder.cpp#L124-L127 https://github.com/sm0svx/svxlink/blob/4ee98eb7e2a9bd3c1b7c3667b84b704cb2bc9925/src/svxlink/trx/SvxSwDtmfDecoder.h#L165 DH1DM has 75ms

But i found in my situation even that is not enough, as the start of code still coming through, ideally this parameter could be exposed to the conf file.

hayden-t avatar Aug 15 '21 22:08 hayden-t

Since using the ReflectorLogic, I've have never encountered any difficulty with DTMF either in sending or muting, provided DEEMPHASIS=0 is set. With this parameter set to 1 some tones fail, in my case the 3 from my Yaesu FT60. Naturally the filtering instigates a delay when RepeaterLogic is running and users will detect their voice on repeater systems because of the delay.

Chris

On Sun, 15 Aug 2021, 23:53 hayden-t, @.***> wrote:

In http://www.svxlink.org/doc/man/man5/svxlink.conf.5.html it states 75ms detection delay, but that is not correct afaik. Default decoder type INTERNAL only has 40ms delay

https://github.com/sm0svx/svxlink/blob/4ee98eb7e2a9bd3c1b7c3667b84b704cb2bc9925/src/svxlink/trx/SvxSwDtmfDecoder.h#L165 DH1DM has 75ms

But i found in my situation even that is not enough, as the start of code still coming through, ideally this parameter could be exposed to the conf file.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sm0svx/svxlink/issues/555, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACAKA5HOZQSCBRNXHN4THF3T5BAPJANCNFSM5CGUCOJQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

f5vmr avatar Aug 16 '21 07:08 f5vmr