Skip to content

mfc6027/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

About

macOS audio loopback driver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.1%
  • C 6.2%
  • Objective-C 1.6%
  • Makefile 0.1%