Open momentarylapse opened 5 months ago
The experiments started promising, but failed.
Managed to record properly from some devices. But not from others. One of the issues seems to be in the way CoreAudio handles sample rates. Different devices offer different sample rates. And auto-conversion is not activated. Maybe it requires using the library differently. I tried reading as much documentation as possible, but they mostly disagree.
For now, I'll put this on hold, until I find better documentation or more motivation.
Add a native
CoreAudio
backend to replaceportaudio
on MacOS.Some experiments have started in the
coreaudio-backend
branch.