摘要:
http://www.ti.com.cn/cn/lit/an/zhct200/zhct200.pdf 阅读全文
摘要:
阅读全文
摘要:
http://wenku.baidu.com/link?url=cJNd8-JQ28l6vp4goGOZiCpNXE_mi-SOfdOwRONxVIfUaiEEqC8DoC50qCFCSO_CS8ykNq-22Ps32_jnsW4_p34Kd7ZPohKJpDXjsiuQ9BS 阅读全文
摘要:
1.udpclient的初始化udpClient=[[GCDAsyncUdpSocket alloc] initWithDelegate:self delegateQueue:mainQueue]; udpClient.delegate=self; NSError *err; BOOL bre... 阅读全文
摘要:
FMicrophone := TCaptureDeviceManager.Current.DefaultAudioCaptureDevice; if Assigned(FMicrophone) then begin FMicrophone.FileName := udpclients.tempsa... 阅读全文
摘要:
http://blog.csdn.net/whye1974/article/details/17226839 阅读全文
摘要:
需首先引用lamp.h,libmp3lame.a- (void)audio_PCMtoMP3:(NSString *) cafFilePath ToMp3File:(NSString *) mp3FilePath{ NSFileManager* fileManager=[NSFileManag... 阅读全文
摘要:
-(void) StartRecord:(NSURL *) recordedFile{session = [AVAudioSession sharedInstance];session.delegate = self;NSError *sessionError;[session setCategor... 阅读全文
摘要:
[playButton setEnabled:YES]; NSError *playerError; AVAudioPlayer *audioPlayer = [[AVAudioPlayer alloc] initWithContentsOfURL:[[[NSURL alloc] ... 阅读全文