diff options
-rw-r--r-- | src/common/Audio/tone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Audio/tone.c b/src/common/Audio/tone.c index f9ef7db..5124c8a 100644 --- a/src/common/Audio/tone.c +++ b/src/common/Audio/tone.c @@ -126,7 +126,7 @@ static inline void push_dtmf_code(enum dtmf_code code) // TODO: Does that depend on TONE_N? const int thresh_dtmf = 200; const int thresh_1750 = 300; -const int num_1750_required = 5; +const int num_1750_required = 3; static void analyse_dtmf() { |