abdeladim-s / subsai

🎞️ Subtitles generation tool (Web-UI + CLI + Python package) powered by OpenAI's Whisper and its variants 🎞️

Home Page:https://abdeladim-s.github.io/subsai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Won't start... The torchaudio backend is switched to 'soundfile'. Note that 'sox_io' is not supported on Windows.

ssu-art opened this issue · comments

Ok. I have Windows 10 and PyCharm with python 3.9.13
I used that code from main page for python and of course install subsai package via git

And I got this...
[19:46:18] WARNING The torchaudio backend is torch_audio_backend.py:19
switched to 'soundfile'. Note
that 'sox_io' is not supported on
Windows.
WARNING torchvision is not available - cannot train_logger.py:227
save figures
WARNING The torchaudio backend is torch_audio_backend.py:19
switched to 'soundfile'. Note
that 'sox_io' is not supported on
Windows.

Process finished with exit code -1073741795 (0xC000001D)

@ssu-art, I think there is something wrong with your soundfile package .. can you try one of these:

pip install soundfile
pip uninstall PySoundFile && pip install PySoundFile