Add first-class support for Cartesia text-to-speech (#298)

* Demo

* patient intake

* cartesia

* Add cartesia

* Fix

* lint

* Move test

* Fix

* Fix

* Fix

* Fix
This commit is contained in:
Freddy Boulton
2025-04-23 15:15:57 -04:00
committed by GitHub
parent 24349dee0c
commit 745701c79c
4 changed files with 99 additions and 14 deletions

View File

@@ -39,6 +39,7 @@ class MinimalTestStream(WebRTCConnectionMixin):
)
self.time_limit = time_limit
self.allow_extra_tracks = allow_extra_tracks
self.server_rtc_configuration = None
def mount(self, app: FastAPI, path: str = ""):
from fastapi import APIRouter