get the test infrastructure running again

disable broken tests for now
This commit is contained in:
mattie ruth backman
2024-09-19 11:15:44 -04:00
parent 29bcbc68c5
commit 50b45ac2da
20 changed files with 212 additions and 144 deletions

View File

@@ -420,7 +420,7 @@ class BotSpeakingFrame(ControlFrame):
@dataclass
class TTSStartedFrame(ControlFrame):
"""Used to indicate the beginning of a TTS response. Following
AudioRawFrames are part of the TTS response until an TTSEndFrame. These
AudioRawFrames are part of the TTS response until an TTSStoppedFrame. These
frames can be used for aggregating audio frames in a transport to optimize
the size of frames sent to the session, without needing to control this in
the TTS service.