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

Fixed a crash when creating EZAudioFile from iPod library #321

Open beryu opened 8 years ago

beryu commented 8 years ago

On iOS, App will be crashed when creating EZAudioFile from iPod Library. Because, always returns NO at here. (Maybe, iOS can't check file existence of iPod library by NSFileManager#fileExistsAtPath.)

This pull request add the condition to avoid file existence check in case of iPod library.

This crash discussed in the following issue: #222