BaseOutputTransport: implement generic write_dtmf()

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-28 15:34:14 -07:00
parent 5787743ab3
commit 0e01ac8ef6
2 changed files with 13 additions and 1 deletions

View File

@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## Added
- `BaseOutputTransport` now implements `write_dtmf()` by loading DTMF audio and
sending it through the transport. This makes sending DTMF generic across all
output transports.
## Changed
- `pipecat.frames.frames.KeypadEntry` is deprecated and has been moved to