I need to create something like this for Mac:
https://github.com/mattingalls/Soundflower/releases/
Actually, I could use this as is .. but I guess I have to compile using latest Xcode or Swift(??) and I have to fix some bugs. Namely... when you use the audio cable.. I want the input to be mixed from all sources...
The alternative is to write something new from scratching using the project as an example.
There are a few odds against me..lol
I'm new to apple everything. I'm also not an audio person. I also haven't done c++ programming in years.
But I have a strong programming background. I just need some guidance I think to get started / make sure I head down the right path.
I tried to just download the project and compile it as is using Xcode 12... on macOS Catalina 10.15.7
I'm getting a bunch of compile errors. But before I bury myself in trying to get it working, I have the following questions ( in no particular order)
I'm wondering if this is the best approach? Just download and try to load in latest Xcode... see if I can compile and plough through the errors? IOkit - does that need to be downloaded separately to get the latest version? or can I assume my Mac already has it?
should I create a new Xcode "IOKit Driver" project ... and then see if I can add the logic from the Soundflower project bit by bit?
Also I just assumed that to modernise this project I would rebuild / use Xcode. But should I be considering swift?
I'm just a little lost right now .. trying to find my bearings. Any tips would be appreciated.