GetChunkData

Can this not be used to step through the data as it’s being played?
I’m actually looking for something similar to this function call in Unity. Unity - Scripting API: AudioSource.GetOutputData
I’d like to have access to the chunk of data in the wav file that is currently being output.