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 Silero VAD speech detection example #338

Merged
merged 1 commit into from
Aug 30, 2024
Merged

Conversation

robertknight
Copy link
Owner

@robertknight robertknight commented Aug 30, 2024

Add a speech detection example using the tiny Silero VAD model. The state machine is a simplified version of the get_speech_timestamps function in the model repository.

This model exercises frequent use of the If operator, 1D convolutions and reflect padding.

TODO:

This exercises frequent use of the `If` operator, 1D convolutions and reflect
padding.
@robertknight robertknight marked this pull request as ready for review August 30, 2024 08:00
@robertknight robertknight merged commit 04609fd into main Aug 30, 2024
2 checks passed
@robertknight robertknight deleted the silero-example branch August 30, 2024 08:01
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.

1 participant