feat: add dial-tone detection and generation

This commit is contained in:
James Hush
2024-11-29 15:27:14 +08:00
parent 5e22ef251d
commit 2c418a1f7e
2 changed files with 163 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ dependencies = [
"pydantic~=2.8.2",
"pyloudnorm~=0.1.1",
"resampy~=0.4.3",
"dtmf @ git+https://github.com/jamsea/dtmf.git@hush/updateDeps",
]
[project.urls]