transports: reorganize module

This commit is contained in:
Aleix Conchillo Flaqué
2025-09-02 15:03:21 -07:00
parent 7f1100bd4c
commit aeb9f1ffca
184 changed files with 7997 additions and 7767 deletions

View File

@@ -23,8 +23,8 @@ from pipecat.services.google.stt import GoogleSTTService
from pipecat.services.google.tts import GoogleTTSService
from pipecat.transcriptions.language import Language
from pipecat.transports.base_transport import BaseTransport, TransportParams
from pipecat.transports.network.fastapi_websocket import FastAPIWebsocketParams
from pipecat.transports.services.daily import DailyParams
from pipecat.transports.daily.transport import DailyParams
from pipecat.transports.websocket.fastapi import FastAPIWebsocketParams
load_dotenv(override=True)