wiseman / py-webrtcvad

Python interface to the WebRTC Voice Activity Detector
Other
2.08k stars 409 forks source link

Use webrtcvad in python 3.5 #8

Open acano15 opened 7 years ago

acano15 commented 7 years ago

Dear John Wiseman, I'm trying to use voice activity detector(webrtcvad) in python 3.5 but I can't because version problems. Is it possible to use it? Because I use always with python 2.7 and it works very eficient.

The completed error is : ImportError Traceback (most recent call last)

in () import webrtcvad ImportError: Module use of python27.dll conflicts with this version of Python.
wiseman commented 7 years ago

This may be an issue specific to Windows, since I do test with Python 3.5 in linux (https://travis-ci.org/wiseman/py-webrtcvad).

I don't have easy access to a Windows machine, but next time I do I'll see if I can reproduce this.