Merge pull request #3081 from pipecat-ai/mb/fix-30-tts-text-frame-log
Fix foundational 30 example to output TTSTextFrames synced to audio
This commit is contained in:
@@ -150,7 +150,7 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
|
|||||||
LLMLogObserver(),
|
LLMLogObserver(),
|
||||||
DebugLogObserver(
|
DebugLogObserver(
|
||||||
frame_types={
|
frame_types={
|
||||||
TTSTextFrame: (BaseOutputTransport, FrameEndpoint.DESTINATION),
|
TTSTextFrame: (BaseOutputTransport, FrameEndpoint.SOURCE),
|
||||||
UserStartedSpeakingFrame: (BaseInputTransport, FrameEndpoint.SOURCE),
|
UserStartedSpeakingFrame: (BaseInputTransport, FrameEndpoint.SOURCE),
|
||||||
EndFrame: None,
|
EndFrame: None,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user