La section Questions et réponses de la communauté Audiokinetic est un forum où les utilisateurs de Wwise et de Strata peuvent poser des questions et répondre à celles des autres membres de la communauté. Si vous souhaitez obtenir une réponse de la part de l'équipe de soutien technique d'Audiokinetic, veillez à utiliser le formulaire de Tickets de Soutien.

0 votes
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
dans General Discussion par Christian S. (610 points)

1 Réponse

0 votes
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
par Tobias D. Nielsen (2.5k points)
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!
...