vadymmarkov / Beethoven

:guitar: A maestro of pitch detection.
https://github.com/vadymmarkov
Other
816 stars 145 forks source link

Example App Crashed #53

Open Meekohi opened 6 years ago

Meekohi commented 6 years ago

Example App crashes when trying to open the Microphone on Simulator.

vadymmarkov commented 6 years ago

It's not possible to use the app on Simulator, try to run it on a device.

Meekohi commented 6 years ago

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