cvqluu / simple_diarizer

Simplified diarization pipeline using some pretrained models - audio file to diarized segments in a few lines of code
GNU General Public License v3.0
141 stars 27 forks source link

Add soundfile python library in requirements.txt #18

Open RAHUL-KAD opened 1 year ago

RAHUL-KAD commented 1 year ago

I did pip install simple-diarizer and then run the demo code sample you have with my own audio file.

But then I got an error ModuleNotFoundError: No module named 'soundfile'

You don't have soundfile python library in your requirements.txt file. Please add support for it.