updated play file example for notifications and added loop checkbox for OSX, fixed audio session not being set on iOS FFT example

This commit is contained in:
Syed Haris Ali
2015-06-30 13:03:34 -07:00
parent a832f27a5a
commit 115dc2b8a0
5 changed files with 69 additions and 3 deletions
@@ -33,8 +33,7 @@
//
// Create the audio player
//
self.player = [EZAudioPlayer audioPlayer];
self.player.delegate = self;
self.player = [EZAudioPlayer audioPlayerWithDelegate:self];
self.player.shouldLoop = YES;
//