Windows version not working - no error message #193
Replies: 2 comments 3 replies
-
Hi @vtontodonato, Not sure why you aren't getting any errors though. I do get them on linux. |
Beta Was this translation helpful? Give feedback.
-
.. not very sure on what is going on, but: Please take into account that I'm using visual studio code/python/anaconda for the very first time. |
Beta Was this translation helpful? Give feedback.
-
I cannot manage to let it works on windows ... after all settings; the call to
diart.stream "./audio/test.wav" --output "./test_res.txt" does not create any file. What is wrong? The prompt output is
C:\Users\valen.conda\envs\diart\lib\site-packages\pyannote\audio\core\io.py:43: UserWarning: torchaudio._backend.set_audio_backend has been deprecated. With dispatcher enabled, this function is no-op. You can remove the function call.
torchaudio.set_audio_backend("soundfile")
C:\Users\valen.conda\envs\diart\lib\site-packages\torch_audiomentations\utils\io.py:27: UserWarning: torchaudio._backend.set_audio_backend has been deprecated. With dispatcher enabled, this function is no-op. You can remove the function call.
torchaudio.set_audio_backend("soundfile")
The torchaudio backend is switched to 'soundfile'. Note that 'sox_io' is not supported on Windows.
The torchaudio backend is switched to 'soundfile'. Note that 'sox_io' is not supported on Windows.
There is any direction I can follow to solve such issue.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions