> On Feb 8, 2017, at 5:48 AM, Eric E. Dolecki <edole...@gmail.com> wrote:
> 
>                 try self.player = AVAudioPlayer(contentsOf: file.fileURL!)

Why are you trying to load it into memory? You want to avoid that if possible 
with media data. Just initialize AVAudioPlayer with the URL itself and let it 
stream the data.

—Jens
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to