Skip to content

i3roly/VoodooHDA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VoodooHDA

Compilation.

If you are using systems up to Catalina then open project tranc/VoodooHDA.xcodeproj

For systems BigSur and up you have to download the project VoodooHDA also download MacKernelSDK

git clone https://github.com/joevt/MacKernelSDK.git

(this is tested version) and make a symlink into project

cd /path_to/VoodooHDA/tranc/
ln -s /path_to/MacKernelSDK MacKernelSDK

open project tranc/VoodooHDA-BS.xcodeproj and compile

Installation

  1. Exclude other Audio kexts
  2. Set SIP disable kext or just
sudo nvram csr-active-config=0xA85
  1. Reboot
sudo cp -R /path_to/VoodooHDA.kext /Library/Extensions/
  1. Wait while the system saids that the kext must be approved
  2. Go to System Settings and approve the kext.
  3. Reboot.
  4. Enjoy your favorite music.

About

Audio driver for macOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 67.7%
  • C 29.7%
  • Objective-C 2.4%
  • Other 0.2%