We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example App crashes when trying to open the Microphone on Simulator.
The text was updated successfully, but these errors were encountered:
It's not possible to use the app on Simulator, try to run it on a device.
Sorry, something went wrong.
Yup finally figured that out. Might be nice to have a useful error message there :) AudioKit has a kind of slick way of handling this (grabbing the "real device mic" if available but falling back to OSX audio for simulator/debugging), see: https://github.com/AudioKit/AudioKit/tree/f99e45103f42b02f995df7271264828d9d3e1dc1/AudioKit/Common/Internals/EZAudio
No branches or pull requests
Example App crashes when trying to open the Microphone on Simulator.
The text was updated successfully, but these errors were encountered: