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 823 forks source link

Do not call exit on non-DEBUG builds #264

Open streeter opened 8 years ago

streeter commented 8 years ago

Calling exit() accidentally on a production build would be a bad thing.

syedhali/EZAudio#82 is relevant here.