Hello,
I'm interested in using a high accuracy sequencer in unity to call sounds in the Actor-Mixer Hierarchy. Currently, if I do the naive thing and just call "AkSoundEngine.PostEvent" the timing is off. I'm wondering what the correct approach is here (aside from just using the interactive music system within wwise itself). Anyone have experience doing this?. The accurate sequencers I've found for unity use AudioSettings.dsptime and AudioSource.PlayScheduled. I'm assuming if the unity audio system is off that's not possible to make use of, and even if it was available I'm not sure it would be of use. Any suggestions welcome!
Thanks,
Kent