playing around with this

This commit is contained in:
Moishe Lettvin
2024-02-27 09:55:40 -05:00
parent 92ec5641d4
commit cec2bdc15f
7 changed files with 103 additions and 44 deletions

View File

@@ -11,12 +11,13 @@ class PlayHTAIService(TTSService):
def __init__(
self,
*,
api_key,
user_id,
voice_url
voice_url,
*args,
**kwargs,
):
super().__init__()
super().__init__(*args, **kwargs)
self.speech_key = api_key
self.user_id = user_id