From f6440ee6e174fc4eb9d60ff7ed1cb8ec21bccbac Mon Sep 17 00:00:00 2001 From: padillamt Date: Thu, 24 Jul 2025 13:36:40 -0700 Subject: [PATCH] mtpadilla: correct Examples header in comments --- src/pipecat/services/inworld/tts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pipecat/services/inworld/tts.py b/src/pipecat/services/inworld/tts.py index 94ef5aa32..64d5d9fe9 100644 --- a/src/pipecat/services/inworld/tts.py +++ b/src/pipecat/services/inworld/tts.py @@ -27,7 +27,7 @@ Technical Implementation: - Manages audio continuity to prevent clicks and artifacts - Integrates with Pipecat's frame-based pipeline architecture -Usage:: +Examples:: async with aiohttp.ClientSession() as session: # Streaming mode (default) - real-time audio generation @@ -120,7 +120,7 @@ class InworldTTSService(TTSService): - Language Detection: Automatically inferred from input text (no explicit language setting required) - Mode Selection: streaming=True for real-time, streaming=False for complete synthesis - Example Usage:: + Examples:: async with aiohttp.ClientSession() as session: # Streaming mode (default) - Real-time audio generation