Skip to content

Conversation

Shubhrakanti
Copy link
Contributor

@Shubhrakanti Shubhrakanti commented Sep 9, 2025

Try it out with uv run examples/voice_agents/nvidia_test.py console


try:
await asyncio.gather(*tasks)
await asyncio.to_thread(synthesize_thread.join, timeout=5.0)

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,
Copy link

@riqiang-dp riqiang-dp Sep 18, 2025

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,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants