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

How to play a "downloaded" mp3 file? #218

Closed ronjumola closed 9 years ago

ronjumola commented 9 years ago

Hi!

Thanks for this awesome library.

I can play an mp3 file if inside the bundle. How do I play a file if I completely downloaded mp3 file?

I attempted the same method but it's crashing

self.audioFile  = [EZAudioFile audioFileWithURL:filePathURL];

Thanks a lot!

ronjumola commented 9 years ago

My bad I thought I was downloading an MP3 file but it's actually an HTML file. Closing now