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

Support explicit start/end timestamps of speech activity detection (VAD) given by the user + add vad segments in the output #175

Merged
merged 4 commits into from
Mar 3, 2024

Conversation

Jeronymous
Copy link
Member

  • option vad can be a list of explicit timestamps (ex: [(0.0, 3.50), (32.43, 36.43)])
  • Transcription results include a new key "speech_activity" with the timestamps of the VAD
  "speech_activity": [
    {
      "start": 0.0,
      "end": 3.76
    },
    {
      "start": 32.37,
      "end": 36.43
    }
  ]

@Jeronymous Jeronymous merged commit bdee5d3 into master Mar 3, 2024
1 check passed
@Jeronymous Jeronymous deleted the features/explicit_vad branch March 3, 2024 20:07
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