changed tts service name to 'Voice'
This commit is contained in:
@@ -68,7 +68,7 @@ async def main(room_url: str, token):
|
||||
)
|
||||
|
||||
tts = ClearableDeepgramTTSService(
|
||||
name="STT",
|
||||
name="Voice",
|
||||
aiohttp_session=session,
|
||||
api_key=os.getenv("DEEPGRAM_API_KEY"),
|
||||
voice="aura-asteria-en",
|
||||
|
||||
@@ -64,7 +64,7 @@ async def main(room_url: str, token):
|
||||
)
|
||||
|
||||
tts = ClearableDeepgramTTSService(
|
||||
name="STT",
|
||||
name="Voice",
|
||||
aiohttp_session=session,
|
||||
api_key=os.getenv("DEEPGRAM_API_KEY"),
|
||||
voice="aura-asteria-en",
|
||||
|
||||
Reference in New Issue
Block a user