Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

WAQL2021: Can I get the "playbackDuration.playbackDurationMax" by Using WAQL?

0 votes

Wwise 2021 WAQL

Everything is ok, except "& where playbackDuration.playbackDurationMax<0". I have got playbackDuration, but I can't get the playbackDurationMax included in playbackDuration.

playbackDuration:

{
  "playbackDurationMax": 1.0449999570846558,
  "playbackDurationMin": 1.0449999570846558,
  "playbackDurationType": "oneShot"
}

Please tell me how I can get the duration of audio source by using WAQL.

Thank you guys!

asked Sep 12, 2023 in General Discussion by 子越 (160 points)

Please sign-in or register to answer this question.

...