[Add] Support for Cartesia AI STT (#1982)

This commit is contained in:
Shrey Gupta
2025-06-09 10:51:01 -07:00
committed by GitHub
parent 845c70797a
commit 96fa62fdfe
5 changed files with 314 additions and 2 deletions

View File

@@ -40,6 +40,8 @@ asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
### Added
- Added `CartesiaSTTService` which is a websocket based implementation to transcribe audio. Added a foundational example in `13f-cartesia-transcription.py`
- Added an `websocket` example, showing how to use the new Pipecat client
`WebsocketTransport` to connect with Pipecat `FastAPIWebsocketTransport` or
`WebsocketServerTransport`.