B4J Question Asking for Microphone access permission on a Mac

yo3ggx

Active Member
Licensed User
Longtime User
Hello,

I have a B4J application packaged using MacSigner.
One of the features require to use the microphone.
How can I ask for microphone access permission in B4J?

Thank you.
 

yo3ggx

Active Member
Licensed User
Longtime User
The application never asks for microphone permission so no audio from the USB/audio interface. Audio out is working as expected, Verified that app does not shows up under Privacy & Security/Microphone.
 
Upvote 0

yo3ggx

Active Member
Licensed User
Longtime User
I use a B4J library built by myself, based on SourceDataLine and TargetDataLine.
Works as expected on Windows/Linux with jdk11, but on Mac I have no audio in, without any error.
 
Upvote 0
Top