在 Audiokinetic 社区问答论坛上,用户可对 Wwise 和 Strata 相关问题进行提问和解答。如需从 Audiokinetic 技术支持团队获取答复,请务必使用技术支持申请单页面。

0 投票
Hi,

There's no Randomizer Button for the Initial Phase of Wwise Flanger. So, I gave it a shot and tried randomizing it by using RTPC and LFO, then using the LFO's Initial Phase Randomizer. But well, that didn't work either, unsurprisingly. Does anybody have an idea how it could work, though?

Thanks!

Christian
分类:General Discussion | 用户: Christian S. (610 分)

1个回答

0 投票
Hi Christian

I think the LFO is triggered after the Initial Phase value is used, so it makes sense that it doesn't work.
A hacky solution could be to control the value with a game parameter instead, and set that game parameter
to a random value from within the game code before triggering the event that uses the flanger.

Kind Regards
Tobias
用户: Tobias D. Nielsen (2.5k 分)
I think you're right about the signal-chain, which makes it impossible to get it done inside Wwise alone. Anyway, thanks for the idea with the game parameter!
...