obs-studio/plugins/mac-capture
jp9000 5cd8304dc0 CoreAudio: Enumerate AudioDeviceID manually
Apparently, despite the fact that Apple added
kAudioHardwarePropertyTranslateUIDToDevice in 10.8, it's not actually
usable in 10.8, only 10.9.  So, instead of being able to use it like a
normal, sane person, we have to enumerate all devices manually and find
the AudioDeviceID ourselves.  A slight annoyance and a mark against
apple's competence, but audio devices should now be working again on
10.8 at least, so whatever.
2014-06-07 06:07:51 -07:00
..
CMakeLists.txt CoreAudio: Separate enumeration code 2014-03-04 07:10:33 -07:00
audio-device-enum.c CoreAudio: Enumerate AudioDeviceID manually 2014-06-07 06:07:51 -07:00
audio-device-enum.h CoreAudio: Enumerate AudioDeviceID manually 2014-06-07 06:07:51 -07:00
mac-audio.c CoreAudio: Enumerate AudioDeviceID manually 2014-06-07 06:07:51 -07:00
mac-helpers.h CoreAudio: Separate enumeration code 2014-03-04 07:10:33 -07:00
plugin-main.c Split output/input audio capture sources 2014-03-03 02:56:54 -07:00