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