@ -38,8 +38,8 @@ def init(freq=48000):
Initialize BASS and the opus plugin
"""
global dll, use_ctypes
if platform.system() != "Darwin":
dll = ctypes.WinDLL(dllf)
if platform.system() == "Darwin":
dll = ctypes.CDLL(dllf)
use_ctypes = True
else:
import pybass as dll
The note is not visible to the blocked user.