Skip to content

elements-storage/AudioLoopback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AudioLoopback

A userspace macOS audio loopback driver.

It's derived from Kyle Neideck's BackgroundMusic app

Build:

# make sure your signing cert is configured in the project (a Developer ID, not your personal Apple Developer certificate)

BUNDLE_ID=com.acme.AudioDriver DEVICE_NAME="Audio Loopback" DEVICE_MANUFACTURER_NAME="ACME Inc" make

Installation:

sudo rsync -Pav -EH  build/Products/Debug/RDCAudio.driver/ /Library/Audio/Plug-Ins/HAL/RDCAudio.driver/ # a simple cp breaks extended attributes
sudo pkill -9 coreaudiod

Notarization is required to install on other Macs. With your Apple ID password stored as AC_PASSWORD in the Keychain:

[email protected] make notarize

Wait for a confirmation e-mail from Apple and:

make staple