From 2b76823b017d5d8a5299660ad4480b0c5842ab5e Mon Sep 17 00:00:00 2001 From: padillamt Date: Tue, 15 Jul 2025 18:17:30 -0700 Subject: [PATCH] inworld: added comments to track a few things to confirm --- src/pipecat/services/inworld/tts.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pipecat/services/inworld/tts.py b/src/pipecat/services/inworld/tts.py index 89f6c5e6c..620a4b702 100644 --- a/src/pipecat/services/inworld/tts.py +++ b/src/pipecat/services/inworld/tts.py @@ -89,7 +89,8 @@ class InworldHttpTTSService(TTSService): """ language: Optional[Language] = Language.EN - voice_id: str = "Ashley" + voice_id: str = "Ashley" ## QUESTION: How to make this modifyable/how to modify? + # QUESTION: What about speed, pitch, and temperature?? def __init__( self,