python-opus
python-opus copied to clipboard
expected string or Unicode object, NoneType found
import sys
sys.path.append('.')
import ctypes
ctypes.windll.LoadLibrary(r"c:\python27\audio\libopusfile-0.dll")
import pyaudio
from opus import encoder, decoder
Traceback (most recent call last):
File "a.py", line 8, in