Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有可以在 AudioGraph 中应用固定增益的 AudioUnit?还有其他替代方法吗?
不幸的是,iOS 仅附带 3 个您可以使用的内置 AudioUnit,尽管可以通过设置 AudioUnitRenderer 来动态处理原始样本数据。AU3DEmbeddedMixer但是,从名称猜测,如果您只对应用快速增益降低感兴趣,您可能想要使用AudioUnit。
AU3DEmbeddedMixer
我不确定这个 AU 所需的确切参数,但找出头文件应该不会太难。