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.
如何使用 Novocaine 播放多个音频并更改其音量?
谢谢!
有一个类似的问题,我写了很长的回复
在音频应用程序中使用 Novocaine
基本上一次播放多个声音需要逐个采样混合各种声音。改变音量涉及将音频缓冲区中的样本乘以某个幅度值。也就是说,如果您希望输出的音量增加两倍,只需将每个样本乘以 2.0f。Accelerate 框架可以帮助您解决这个问题。