You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the case where the developer wants to use audioData in an existing tick, instead of passing in an ontick handler, the audio data does not get generated.
An ontick must be set to a non-null value in order for the audioData to get populated. Not sure the best solution, maybe a manual` property on the config object or on the instance?
The text was updated successfully, but these errors were encountered:
In the case where the developer wants to use audioData in an existing tick, instead of passing in an
ontick
handler, the audio data does not get generated.An
ontick
must be set to a non-null value in order for theaudioData to get populated. Not sure the best solution, maybe a
manual` property on the config object or on the instance?The text was updated successfully, but these errors were encountered: