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:
+1
-2
@@ -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;
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user