摘要: http://www.ti.com.cn/cn/lit/an/zhct200/zhct200.pdf 阅读全文
posted @ 2014-08-13 22:37 LAOS 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-08-13 22:07 LAOS 阅读(569) 评论(0) 推荐(0) 编辑
摘要: http://wenku.baidu.com/link?url=cJNd8-JQ28l6vp4goGOZiCpNXE_mi-SOfdOwRONxVIfUaiEEqC8DoC50qCFCSO_CS8ykNq-22Ps32_jnsW4_p34Kd7ZPohKJpDXjsiuQ9BS 阅读全文
posted @ 2014-08-13 18:47 LAOS 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 1.udpclient的初始化udpClient=[[GCDAsyncUdpSocket alloc] initWithDelegate:self delegateQueue:mainQueue]; udpClient.delegate=self; NSError *err; BOOL bre... 阅读全文
posted @ 2014-08-13 16:11 LAOS 阅读(484) 评论(0) 推荐(0) 编辑
摘要: FMicrophone := TCaptureDeviceManager.Current.DefaultAudioCaptureDevice; if Assigned(FMicrophone) then begin FMicrophone.FileName := udpclients.tempsa... 阅读全文
posted @ 2014-08-13 13:45 LAOS 阅读(564) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/whye1974/article/details/17226839 阅读全文
posted @ 2014-08-13 13:29 LAOS 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 需首先引用lamp.h,libmp3lame.a- (void)audio_PCMtoMP3:(NSString *) cafFilePath ToMp3File:(NSString *) mp3FilePath{ NSFileManager* fileManager=[NSFileManag... 阅读全文
posted @ 2014-08-13 13:07 LAOS 阅读(892) 评论(0) 推荐(0) 编辑
摘要: -(void) StartRecord:(NSURL *) recordedFile{session = [AVAudioSession sharedInstance];session.delegate = self;NSError *sessionError;[session setCategor... 阅读全文
posted @ 2014-08-13 13:05 LAOS 阅读(804) 评论(0) 推荐(0) 编辑
摘要: [playButton setEnabled:YES]; NSError *playerError; AVAudioPlayer *audioPlayer = [[AVAudioPlayer alloc] initWithContentsOfURL:[[[NSURL alloc] ... 阅读全文
posted @ 2014-08-13 13:01 LAOS 阅读(579) 评论(0) 推荐(0) 编辑