libsoundio icon indicating copy to clipboard operation
libsoundio copied to clipboard

Possible to support macOS < 10.8 in CoreAudio?

Open barracuda156 opened this issue 6 months ago • 1 comments

The existing implementation uses functions which were introduced in macOS 10.8. So everything earlier can only use PulseAudio. Is it possible to support earlier systems in CoreAudio?

barracuda156 avatar Jan 20 '24 04:01 barracuda156

It actually looks like kAudioDevicePropertyScopeInput can be used as an alias for kAudioObjectPropertyScopeInput.

barracuda156 avatar Apr 18 '24 07:04 barracuda156