windll kek
This commit is contained in:
parent
e565e6e3ae
commit
b6856c2aa1
2
audio.py
2
audio.py
@ -39,7 +39,7 @@ Initialize BASS and the opus plugin
|
|||||||
"""
|
"""
|
||||||
global dll, use_ctypes
|
global dll, use_ctypes
|
||||||
if platform.system() == "Darwin":
|
if platform.system() == "Darwin":
|
||||||
dll = ctypes.WinDLL(dllf)
|
dll = ctypes.CDLL(dllf)
|
||||||
use_ctypes = True
|
use_ctypes = True
|
||||||
else:
|
else:
|
||||||
import pybass as dll
|
import pybass as dll
|
||||||
|
Loading…
Reference in New Issue
Block a user