haobo724

Results 16 comments of haobo724

thank you for reply, I install it using python setup.py install command and now the console output like this Downloading VAD ONNX model... Traceback (most recent call last): File "C:\Study\PythonApp\wisper-live\main.py",...

> This seems VAD related, do you need the voice activity detection filter? Disabling it would be an easy workaround. > > `FileNotFoundError: [WinError 2] The system cannot find the...

> CPU only or do you have a GPU as well? I have GPU as well, RTX 4070TI and pytorch 2.01+cuda 11.8

I have checked the path. there is a folder named whisper-live, but it is empty

I changed it in source code and use `python setup.py install --force` to reinstall but it still have the same bug log. One thing I've noticed when installing packages using...

> That is fine, perhaps you are running into a similar problem as solved in the PR #53? > > I tried to reproduce the issue on my side. thank...