-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat/extract_speech #139
feat/extract_speech #139
Conversation
add support for VAD plugins to return only the speech from a audio chunk
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## dev #139 +/- ##
=====================================
Coverage ? 0.00%
=====================================
Files ? 56
Lines ? 4024
Branches ? 0
=====================================
Hits ? 0
Misses ? 4024
Partials ? 0 ☔ View full report in Codecov by Sentry. |
offset = 0 | ||
timestamp = 0.0 | ||
duration = (float(n) / self.sample_rate) / 2.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.
dont need duration
here ( duration = self.frame_duration_ms / 1000.0)
But its late, am i wrong?
add support for VAD plugins to return only the speech from a audio chunk