sensein / senselab

SenseLab is a Python package that simplifies building pipelines for biometric (e.g. speech, voice, video, etc) analysis.
https://github.com/sensein/senselab
Apache License 2.0
6 stars 3 forks source link

37 task voice activity detection #68

Open ibevers opened 3 weeks ago

codecov-commenter commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.72%. Comparing base (62b9eb8) to head (c25a41c). Report is 62 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #68 +/- ## =========================================== + Coverage 70.31% 84.72% +14.41% =========================================== Files 28 41 +13 Lines 896 1434 +538 =========================================== + Hits 630 1215 +585 + Misses 266 219 -47 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

fabiocat93 commented 1 week ago

@ibevers i have seen that you were considering adding VAD with torchaudio. This is great!

ibevers commented 1 week ago

@ibevers i have seen that you were considering adding VAD with torchaudio. This is great!

Ah, okay, so I should proceed with this then?

fabiocat93 commented 1 week ago

@ibevers i have seen that you were considering adding VAD with torchaudio. This is great!

Ah, okay, so I should proceed with this then?

That would be great! Thank you @ibevers