Hello!
I'm using SoundSystem, and I've researched a way to do this but infortunatly haven't found anything.
I'm trying to start the streaming at a precise moment of the file. Currently, I'm using this :
quickStream(false, url, identifier, false, xCoord, yCoord, zCoord, SoundSystemConfig.ATTENUATION_LINEAR, 16)
Is there a way to do this?
Thanks in advance!