sensein / senselab

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

VAD and speaker diarization #74

Closed fabiocat93 closed 3 months ago

fabiocat93 commented 3 months ago

@ibevers i have merged release_040 into vad so that we are ready to merge once you accept this PR. Two tests fail on macos, but that's just a github API error. The code works locally and is ok.

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 95.40230% with 8 lines in your changes missing coverage. Please review.

Please upload report for BASE (release_040@dc9d0c5). Learn more about missing BASE report.

Files Patch % Lines
src/senselab/utils/data_structures/script_line.py 83.72% 7 Missing :warning:
...rc/senselab/audio/tasks/speaker_diarization/api.py 91.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## release_040 #74 +/- ## ============================================== Coverage ? 89.74% ============================================== Files ? 48 Lines ? 1706 Branches ? 0 ============================================== Hits ? 1531 Misses ? 175 Partials ? 0 ```

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

ibevers commented 3 months ago

@fabiocat93 got it, thank you!