diff --git a/audio.py b/audio.py index 80cc96c..e38caab 100644 --- a/audio.py +++ b/audio.py @@ -39,7 +39,7 @@ Initialize BASS and the opus plugin """ global dll, use_ctypes if platform.system() == "Darwin": - dll = ctypes.WinDLL(dllf) + dll = ctypes.CDLL(dllf) use_ctypes = True else: import pybass as dll