Merge pull request #2540 from pipecat-ai/aleix/dtmf-tones-slower

audio(dtmf): use longer tones and longer gaps
This commit is contained in:
Aleix Conchillo Flaqué
2025-08-29 15:15:01 -07:00
committed by GitHub
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.