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.94k stars 821 forks source link

Trying to Use EZAudioPlayer, but crashes #316

Closed bennettl closed 8 years ago

bennettl commented 8 years ago

For iOS, I saved a .m4a file to the documents directory with EZMicrophone and EZRecorder. When I used EZAudioPlayer to play the file, I received:

Error: Failed to create ExtAudioFileRef ('dta?')

And the app crashes.

syedhali commented 8 years ago

For the EZRecorder make sure you call the close function because trying to read it back: https://github.com/syedhali/EZAudio/blob/master/EZAudio/EZRecorder.h#L362

bennettl commented 8 years ago

THANK YOU @syedhali