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 a Voice Activity Detector module #320

Open
joiskash opened this issue Dec 11, 2023 · 0 comments
Open

Add a Voice Activity Detector module #320

joiskash opened this issue Dec 11, 2023 · 0 comments

Comments

@joiskash
Copy link
Collaborator

joiskash commented Dec 11, 2023

Is your feature request related to a problem? Please describe.
Add a VAD module for downstream tasks like Speech Recognition.

Describe the solution you'd like
The output should be probability estimates of speech vs no speech. Or just binary. 1 indicates speech 0 indicates no speech.
0.1 0.1 01. 0.5 0.6 0.7 0.9 1.0 1.0 1.0 0.4

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Some VAD systems process MFCC as images with CNN. Not sure how the module should be designed in that case.

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

No branches or pull requests

1 participant