gpt4 book ai didi

c++ - Audiere库和Sound FX,它们如何启用?

转载 作者:行者123 更新时间:2023-12-03 02:20:41 25 4
gpt4 key购买 nike

有谁能为我提供一个很好的引用/教程,以介绍如何将粉红色噪声生成效果(或任何一种)添加到OutputStream或使其与Audiere库一起工作所需的任何对象。

到目前为止,我只能播放和更改声音对象的声相,音高效果,但对其余的FX却一无所知。
谢谢。

最佳答案

很好,如果您想要粉红色的声音,就可以完成这项工作

audiere::OutputStreamPtr pSample = audiere::OpenSound(m_pAudiereDevice, "getout.ogg", audiere::MULTIPLE, audiere::FF_OGG);
pSample->setVolume(0.5f);
pSample->play();

audiere::SoundEffectPtr pSoundEffect = audiere::OpenSoundEffect(m_pAudiereDevice, audiere::CreatePinkNoise(), audiere::SINGLE );
pSoundEffect->play();

关于c++ - Audiere库和Sound FX,它们如何启用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13168221/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com