-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Shubhra/nvidia plugins #3392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Shubhra/nvidia plugins #3392
Conversation
|
||
try: | ||
await asyncio.gather(*tasks) | ||
await asyncio.to_thread(synthesize_thread.join, timeout=5.0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, I just got a chance to test this, but this timeout is causing TTS to be cut off before finishing long sentences (>5s) Is this working properly for you? I set it to 20 and everything works as expected.
|
||
self._auth = riva.client.Auth( | ||
uri=stt._opts.server, | ||
use_ssl=True, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it would be nice to have the option to set it to False (for local deployment and testing)
if not self._tts_service: | ||
auth = riva.client.Auth( | ||
uri=self._opts.server, | ||
use_ssl=True, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
Try it out with
uv run examples/voice_agents/nvidia_test.py console