DrMarc / slab

python classes for working with sounds and conducting psychoacoustic experiments
MIT License
22 stars 7 forks source link

Soundcard not found on MacOS during import #69

Closed Netzra closed 1 year ago

Netzra commented 1 year ago

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:

Netzra commented 1 year ago

https://github.com/bastibe/SoundCard/issues/126

Netzra commented 1 year ago

temporary solution in above mentioned thread