posted 18 years ago
Hi all,
I created a player from a buffer(wav):
...
ByteArrayInputStream isb = new ByteArrayInputStream(Buffer);
player = Manager.createPlayer(isb, "audio/mpeg");
....
..
Normaly when you do (player.start()) the song start playing at the start(time = 0).
Is it possible to start the song at the date t (t different of 0)?
Thank you in advance for your help.
ould
We are ones that build the world, thus build it well.