随笔分类 -  语音播放及录音

摘要:需首先引用lamp.h,libmp3lame.a- (void)audio_PCMtoMP3:(NSString *) cafFilePath ToMp3File:(NSString *) mp3FilePath{ NSFileManager* fileManager=[NSFileManag... 阅读全文
posted @ 2014-08-13 13:07 LAOS 阅读(897) 评论(0) 推荐(0)
摘要:-(void) StartRecord:(NSURL *) recordedFile{session = [AVAudioSession sharedInstance];session.delegate = self;NSError *sessionError;[session setCategor... 阅读全文
posted @ 2014-08-13 13:05 LAOS 阅读(810) 评论(0) 推荐(0)
摘要:[playButton setEnabled:YES]; NSError *playerError; AVAudioPlayer *audioPlayer = [[AVAudioPlayer alloc] initWithContentsOfURL:[[[NSURL alloc] ... 阅读全文
posted @ 2014-08-13 13:01 LAOS 阅读(589) 评论(0) 推荐(0)