1. MixerHost: sample code
* slider.tag
- (IBAction) mixerInputGainChanged: (UISlider *) sender {
UInt32 inputBus = sender.tag;
[audioObjectsetMixerInput: (UInt32) inputBusgain: (AudioUnitParameterValue) sender.value];
}
Q: where is this tag defined ?
A: it's in the "view" config tab.
Q: 为什么有时断点符号变成蓝框黄底,不会停下来?

本文介绍了MixerHost:samplecode中使用滑动条实现音频输入增益变化的方法。详细解释了如何通过设置滑动条的tag属性来区分不同的输入通道,并展示了如何利用tag值来调整对应的音频输入增益。
532

被折叠的 条评论
为什么被折叠?



