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

feat/extract_speech #139

Merged
merged 3 commits into from
Sep 8, 2023
Merged

feat/extract_speech #139

merged 3 commits into from
Sep 8, 2023

Conversation

JarbasAl
Copy link
Member

@JarbasAl JarbasAl commented Apr 9, 2023

add support for VAD plugins to return only the speech from a audio chunk

add support for VAD plugins to return only the speech from a audio chunk
@JarbasAl JarbasAl added the enhancement New feature or request label Apr 9, 2023
@codecov
Copy link

codecov bot commented Apr 9, 2023

Codecov Report

❗ No coverage uploaded for pull request base (dev@92b5df4). Click here to learn what that means.
Patch has no changes to coverable lines.

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.
📢 Have feedback on the report? Share it here.

offset = 0
timestamp = 0.0
duration = (float(n) / self.sample_rate) / 2.0

Copy link
Member

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?

ovos_plugin_manager/templates/vad.py Outdated Show resolved Hide resolved
ovos_plugin_manager/templates/vad.py Outdated Show resolved Hide resolved
ovos_plugin_manager/templates/vad.py Outdated Show resolved Hide resolved
@JarbasAl JarbasAl merged commit 16f19d4 into dev Sep 8, 2023
10 checks passed
@JarbasAl JarbasAl deleted the feat/extract_speech branch September 8, 2023 18:05
@github-actions github-actions bot mentioned this pull request Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants