wulkano / Aperture

Record the screen on macOS
MIT License
1.24k stars 111 forks source link

Internal Audio #31

Open legodude17 opened 7 years ago

legodude17 commented 7 years ago

Would it be possible to record the internal audio (Sound effects, music, etc.)?

matheuss commented 7 years ago

Possible it is – but it's very hard 😕 There's no APIs for that – not even QuickTime supports it.

legodude17 commented 7 years ago

Aww 😢 Well, it would be nice to have that.

matheuss commented 7 years ago

As far as I remember, we'd have to write a kernel extension for that 😅 Doable, but definitely way beyond what we have time for at the moment 😔

skllcrn commented 7 years ago

Some more information https://github.com/wulkano/kap/issues/145#issuecomment-279782119

bhagyash007 commented 3 years ago

I just know swift but I really need it. Also I wanna built it myself(no libraries), willing to learn audio kernels. Would be great if some one could point me in the right direction

ldenoue commented 1 year ago

The new ScreenCaptureKit API now allows us to capture audio from a given app/window: https://developer.apple.com/documentation/screencapturekit/scstreamconfiguration/3955571-capturesaudio

Laurent