How to Reduce the Latency in the Beginning of Playback
In streaming playback, it takes time to load a file from a disc to the memory, and some Vsync periods of latency will occur after the criAtomExPlayer_Start function is called until the audio is actually output.
To reduce the latency, use the criAtomExPlayer_Prepare function.
For details, see the sample program in 'Synchronizing the Start of Playback .'