DailyTransport: expose start_transcription/stop_transcription

This commit is contained in:
Aleix Conchillo Flaqué
2025-05-28 11:21:26 -07:00
parent 8e54805e62
commit 05ae3a1703
3 changed files with 67 additions and 33 deletions

View File

@@ -5,6 +5,14 @@ All notable changes to **Pipecat** will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Added new functions `DailyTransport.start_transcription()` and
`DailyTransport.stop_transcription()` to be able to start and stop Daily
transcription dynamically (maybe with different settings).
## [0.0.68] - 2025-05-28
### Added