menu
 

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
In my wwise project, I tried to add Wwise Reverb Effect(Bypass by default) to each Actor Mixer in order to enable some of them using RTPC in the game to simulate the sound playing on game object in a remote space which is more specious than the player space.
For example, the player is currently crawling in a tunnel while the remote sound is playing in a huge room connecting to this tunnel.

However, it seems that the whole system starts to lose and kill sounds when only 4 - 5 Wwise Reverb Effects are enabled.

I already set the voice limitation to be 512.

It works pretty well if I delete all Wwise Reverb Effects on every Actor Mixer.

I don't know if it is another limitation of the evaluation version.
dans General Discussion par User 96899 (160 points)

1 Réponse

0 votes
 
Meilleure réponse
You will quickly run out of the default allocation in the Lower memory pool with a scheme such as you describe, causing voices to be killed. Each reverb instance takes quite a bit of memory, even when bypassed. I encourage you to use the Wwise Profiler and check the Memory tab of the Advanced Profiler view to keep track of this.

Your scenario might be best implemented by using the Aux Sends system, with one Aux Bus per environment type. This way, Reverbs will be shared across all voices contributing to them, saving on memory and CPU.
par Martin D. (Audiokinetic) (1.7k points)
sélectionné par Claude B. (Audiokinetic)
And no, there is no DSP or voice instance limit in the evaluation version.
...