syedhali / EZAudio

An iOS and macOS audio visualization framework built upon Core Audio useful for anyone doing real-time, low-latency audio processing and visualizations.
Other
4.96k stars 822 forks source link

Unable to list outputDevices when Traktor Audio 2 MK2 is connected #304

Open bcardiff opened 8 years ago

bcardiff commented 8 years ago

When I plug my Traktor Audio 2 MK2 device and call [EZAudioDevice outputDevices]

I got the following error in the log Error: Failed to get frame size ('!siz')

From there I am unable to select it as output device even if I [EZAudioUtilities setShouldExitOnCheckResultFail: false];

Is there any workaround available? Thanks