When the program tries to load the soundcard on MacOS it fails and returns "OSError: ctypes.util.find_library() did not manage to locate a library called 'CoreAudio'"
To Reproduce
import slab
Using MacOS BigSur and younger and python 3.8 (and even 3.9 i think)
Describe the bug
When the program tries to load the soundcard on MacOS it fails and returns "OSError: ctypes.util.find_library() did not manage to locate a library called 'CoreAudio'"
To Reproduce
import slab
Expected behaviour
normal import and loading of soundcard
Actual behaviour
Error and program exit with error message
OS and Version: