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

Adding voice cloning API #60

Closed fabiocat93 closed 3 weeks ago

codecov-commenter commented 4 weeks ago

Codecov Report

Attention: Patch coverage is 78.82883% with 47 lines in your changes missing coverage. Please review.

Project coverage is 86.63%. Comparing base (c9cf2cb) to head (9028ad1).

Files Patch % Lines
src/senselab/audio/tasks/voice_cloning/knnvc.py 34.37% 21 Missing :warning:
src/tests/audio/tasks/voice_cloning_test.py 74.50% 13 Missing :warning:
.../senselab/audio/tasks/speech_to_text/transcript.py 83.33% 6 Missing :warning:
src/senselab/utils/data_structures/model.py 86.84% 5 Missing :warning:
src/senselab/audio/tasks/speech_to_text/api.py 92.30% 1 Missing :warning:
src/senselab/audio/tasks/voice_cloning/api.py 94.73% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev_0.3.0 #60 +/- ## ============================================= + Coverage 86.28% 86.63% +0.34% ============================================= Files 38 41 +3 Lines 1327 1429 +102 ============================================= + Hits 1145 1238 +93 - Misses 182 191 +9 ```

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