python-opus
python-opus copied to clipboard
Is not maintained, sorry
Results
1
python-opus issues
Sort by
recently updated
recently updated
newest added
``` py 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 from opus import encoder,...