Skip to content
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

add(plugin/deepgram): accepts optional parameter utterance_end_ms #746

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jakerobers
Copy link

Deepgram supports utterance-end which helps prevent the agent from interrupting the user https://developers.deepgram.com/docs/utterance-end

Adds support for this option in STTOptions and forwards the option in the live_config

Copy link

changeset-bot bot commented Sep 12, 2024

🦋 Changeset detected

Latest commit: fdf24ee

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
livekit-plugins-deepgram Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@theomonnom
Copy link
Member

Hey, shouldn't we listen to the EndUtterance event from Deepgram?

@jakerobers
Copy link
Author

Logging out the event names, I didn't see an EndUtterance event. I'm not sure they provide this.

@theomonnom
Copy link
Member

Logging out the event names, I didn't see an EndUtterance event. I'm not sure they provide this.

It is mentioned here, sorry it is UtteranceEnd not EndUtterance
https://developers.deepgram.com/docs/utterance-end

@theomonnom
Copy link
Member

There is a similar PR here that listens to it #737

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