- Gui for edit speaker and region
- New param for audio Synchronous, with this a same audio will be sync between players
- New client placeholder, skin api change
Code (Java):
let durMs
= audio.
duration
*
1000
;
let ts
=
Date.
now
(
)
;
let timeToPlaySecond
= ts
% durMs
/
1000
;
audio.
currentTime
= timeToPlaySecond
;