transports(websockets): use frame serializers during interruptions

This commit is contained in:
Aleix Conchillo Flaqué
2024-12-02 11:01:55 -08:00
parent 32495ddd0b
commit c2135cbe11
3 changed files with 9 additions and 2 deletions

View File

@@ -15,8 +15,6 @@ from pydantic.main import BaseModel
from pipecat.frames.frames import (
AudioRawFrame,
CancelFrame,
EndFrame,
Frame,
InputAudioRawFrame,
StartFrame,