- sensi reverse
This commit is contained in:
parent
710cd0506d
commit
cf8c4b0e47
@ -43,7 +43,7 @@ socket.on('position', (position) => {
|
||||
audio.pause();
|
||||
isPlaying = false;
|
||||
// recule proportionnellement à la vitesse (sensibilité ajustable)
|
||||
audio.currentTime = Math.max(0, audio.currentTime + speed * 0.03);
|
||||
audio.currentTime = Math.max(0, audio.currentTime + speed * 0.0025);
|
||||
} else {
|
||||
// Rotation avant : jouer la piste et ajuster vitesse
|
||||
if (!isPlaying) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user