From b6856c2aa12606ead8c4074fe092a49be0d0cc11 Mon Sep 17 00:00:00 2001 From: Headshotnoby Date: Sun, 20 Jun 2021 01:31:45 -0400 Subject: [PATCH] windll kek --- audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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