7
目前我正在开发一个鼓应用程序。唯一剩下要做的就是“循环”。Iphone SDK:录音系统的声音
我想通过“录制系统”制作活套。 (录音鼓声) 我知道如何录制麦克风(IM以此来记录声音:
TempRecFile = [NSURL fileURLWithPath:[NSTemporaryDirectory() stringByAppendingPathComponent:[NSString stringWithString:@"VoiceFile"]]];
recorder1 = [[AVAudioRecorder alloc] initWithURL:TempRecFile settings:nil error:nil];
[recorder1 setDelegate:self];
[recorder1 prepareToRecord];
[recorder1 record];
)
我怎样才能做同样的事情,但随着系统的声音?
提前致谢!
-DD
请有人回答! upvotes是不是真的帮助:) – DailyDoggy 2011-05-13 20:14:09
增加一个赏金? – DogCoffee 2013-09-27 22:10:52