|
|
@@ -8,15 +8,17 @@
|
|
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
#import <AudioToolbox/AudioToolbox.h>
|
|
|
-
|
|
|
+#import <AVFoundation/AVFoundation.h>
|
|
|
+
|
|
|
#define QUEUE_BUFFER_SIZE 4 //队列缓冲个数
|
|
|
//#define AUDIO_BUFFER_SIZE 2048 //数据区大小
|
|
|
#define MAX_BUFFER_SIZE 80000 //
|
|
|
|
|
|
|
|
|
|
|
|
-@interface RCPCMPlayer : NSObject
|
|
|
-
|
|
|
+@interface RCPCMPlayer : NSObject <AVAudioPlayerDelegate>
|
|
|
+
|
|
|
+
|
|
|
-(BOOL)start;
|
|
|
-(void)play:(NSData *)data;
|
|
|
-(void)stop;
|