iOS录音、播放、WAV以及caf转成MP3上传后台
录音、停止、播放、转码录音播放转成MP3base64转码录音#import <AVFoundation/AVFoundation.h>#import "lame.h" // 转成MP3需要该文件@interface RecorderTestController ()<AVAudioRecorderDelegate,AVAudioPlayerDelegate>{ AVAudioPlayer * player;// 音频播