DSP Time for FMOD Unity

How to apply dspTime in FMOD Unity similiar to this , AudioSettings.dspTime ?

If you’re looking to query the DSP clock for the System you’ll need to use a few APIs to get to it as it’s stored on the master channel group within the Core System.

Fetching the clock value will get you a number of samples, if you need time you’ll need to divide by the System sample rate, which you can get from the Core System also.

2 Likes