joysound
对网页中的视频音效进行增强优化
joysound来源于acfun
Gesamtinstallationen
380,967
Heute neu
+70
Benutzerbewertung
- / 5.0 (0)
Aktuelle Version
1.0.3
if (window.Joysound && window.Joysound.isSupport()) {
const joySound = new window.Joysound();
const video = document.querySelector("video");
joySound.init(video);
joySound.setEnabled(!0);
joySound.setVolume(1);
}