mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-05-07 05:58:52 +08:00
feat(macOS): Capture audio on macOS using Tap API (#4209)
Co-authored-by: David Lane <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
@@ -464,9 +464,13 @@ systemctl --user --now enable app-dev.lizardbyte.app.Sunshine
|
||||
### macOS
|
||||
The first time you start Sunshine, you will be asked to grant access to screen recording and your microphone.
|
||||
|
||||
Sunshine can only access microphones on macOS due to system limitations. To stream system audio use
|
||||
Sunshine supports native system audio capture on macOS 14.0 (Sonoma) and newer via Apple’s Audio Tap API.
|
||||
To use it, simply leave the **Audio Sink** setting blank.
|
||||
|
||||
If you prefer to manage your own loopback device, you can still use
|
||||
[Soundflower](https://github.com/mattingalls/Soundflower) or
|
||||
[BlackHole](https://github.com/ExistentialAudio/BlackHole).
|
||||
[BlackHole](https://github.com/ExistentialAudio/BlackHole)
|
||||
and enter its device name in the [audio_sink](configuration.md#audio_sink) field.
|
||||
|
||||
> [!NOTE]
|
||||
> Command Keys are not forwarded by Moonlight. Right Option-Key is mapped to CMD-Key.
|
||||
|
||||
Reference in New Issue
Block a user