Hello !
I have a software I have been developing lately. It works really great on windows, and today, I tried to make it work on macos.
The graphical interface, and most of things works greats, but, when I try to play music, or capture the microphone, I get a SIGSEGV and the app crashes.
The lib bass itself works fine, I can uses tags, I can see the timer of a non playing chan, but if I try to play music, even so chans are created and managed fine, it crashes.
I think mac os is blocking my software for some reason? Does anyone know about that?
Maybe I need some kind of authorization to use microphone or speaker ?
Edit: I didn't test before, but it crashes too when I try to stream (nothing but still)