screencapturekit-rs icon indicating copy to clipboard operation
screencapturekit-rs copied to clipboard

If I only need to record system voice and don't need to record the screen, is there a way to apply for only the system voice recording permission, instead of applying for the screen capture and voice recording permissions

Open daidi opened this issue 1 year ago • 3 comments

I see in the settings that these are two different permissions

daidi avatar Feb 23 '24 02:02 daidi

I have to do some tests regarding this.

I'll get back to you.

1313 avatar Mar 02 '24 12:03 1313

Hey @1313, did you have a chance to take a look on it?

killix avatar Mar 14 '25 12:03 killix

Hey! You need to use core audio to achieve this. Here are some pointers:

https://gist.github.com/directmusic/7d653806c24fe5bb8166d12a9f4422de https://github.com/insidegui/AudioCap https://developer.apple.com/documentation/coreaudio/capturing-system-audio-with-core-audio-taps

thisislvca avatar Mar 18 '25 12:03 thisislvca