audio(dtmf): use longer tones and longer gaps

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-29 13:58:41 -07:00
parent c1b8d2acab
commit 399f8de6ef
13 changed files with 2 additions and 2 deletions

View File

@@ -17,8 +17,8 @@ declare -A DTMF=(
)
# Tone duration (seconds) + gap after
DURATION=0.2
GAP=0.05
DURATION=0.3
GAP=0.2
SAMPLERATE=8000
for key in "${!DTMF[@]}"; do

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.