wenet-e2e / wespeaker

Research and Production Oriented Speaker Verification, Recognition and Diarization Toolkit
Apache License 2.0
599 stars 104 forks source link

silero vad's API has changed, requiring code modifications. #305

Closed BongkiLee closed 3 months ago

BongkiLee commented 3 months ago

silero vad's API has changed, requiring code modifications. Line 20 of wespeaker/cli/speaker.py from silero_vad import vad It must be modified to from silero_vad import SileroVAD as vad to perform without error.

JiJiJiang commented 3 months ago

Thanks for your issue. We will fix this error soon.

JiJiJiang commented 3 months ago

Please also check https://github.com/wenet-e2e/wespeaker/issues/304

JiJiJiang commented 3 months ago

fixed!

BongkiLee commented 3 months ago

Thanks for the quick fix.

wsstriving commented 3 months ago

Close as it has been fixed