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,