When I instanciate a AUAudioUnit, I can provide a device ID
var aunit = AUAudioUnit();
aunit.setDeviceID(deviceId);
this deviceId is a AUAudioObjectID type, how to get all avalaibles output hardware devices with this type ?
When I instanciate a AUAudioUnit, I can provide a device ID
var aunit = AUAudioUnit();
aunit.setDeviceID(deviceId);
this deviceId is a AUAudioObjectID type, how to get all avalaibles output hardware devices with this type ?