Is there a way to provide a data callback that allows developers to customize the network stream, so that the developer can store and cache the network stream on his own for loop playback and seek of sound
Is there a way to provide a data callback that allows developers to customize the network stream, so that the developer can store and cache the network stream on his own for loop playback and seek of sound
It sounds like you might be looking for FMOD_CREATESOUNDEXINFO::pcmreadcallback
.