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.

GetPeak() in_bForceCompute

0 votes
https://www.audiokinetic.com/library/edge/?source=SDK&id=class_a_k_1_1_i_ak_metering_ac7299ed2dcbdfc53316a64b1eb465182.html#ac7299ed2dcbdfc53316a64b1eb465182

The docs are referring to a parameter in_bForceCompute, but that param is not found in the function header???
demandé 19-Mar-2021 dans General Discussion par Marko R. (230 points)

1 Réponse

0 votes
 
Meilleure réponse

Marko,

It would seem this parameter "in_bForceCompute" in the function documentation is simply misleading and was never a thing in production code.
We are taking note and will correct the documentation for: GetPeak() and GetRMS() as they both have the mistake in the header comment.

The Peak returned is the last peak that was computed before this call, there is no mechanism to force a re-evaluation with this call.

Cheers.

répondu 28-Avr-2021 par Alexandre L. (Audiokinetic) (1,520 points)
sélectionné 28-Avr-2021 par Marko R.
Is there another way to force re-eval?
...