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/
ln -s /path_to/MacKernelSDK MacKernelSDK
open project tranc/VoodooHDA-BS.xcodeproj and compile
- Exclude other Audio kexts
- Set SIP disable kext or just
sudo nvram csr-active-config=0xA85
- Reboot
sudo cp -R /path_to/VoodooHDA.kext /Library/Extensions/
- Wait while the system saids that the kext must be approved
- Go to System Settings and approve the kext.
- Reboot.
- Enjoy your favorite music.