Spaces:
Running
Running
daydreamer-json
commited on
Update aud_sync_test2.html
Browse files- aud_sync_test2.html +7 -7
aud_sync_test2.html
CHANGED
@@ -269,13 +269,13 @@
|
|
269 |
<script>
|
270 |
// SYNC PLAY AUDIO SRC
|
271 |
const AUDIO_SOURCE = [
|
272 |
-
"https://
|
273 |
-
"https://
|
274 |
-
"https://
|
275 |
-
"https://
|
276 |
-
"https://
|
277 |
-
"https://
|
278 |
-
"https://
|
279 |
];
|
280 |
var sound = new Array();
|
281 |
for (let i = 0; i < AUDIO_SOURCE.length; i++) {
|
|
|
269 |
<script>
|
270 |
// SYNC PLAY AUDIO SRC
|
271 |
const AUDIO_SOURCE = [
|
272 |
+
"https://cdn.jsdelivr.net/gh/daydreamer-json/sekai-assets@main/sound/virtual_live/lobby_bgm/bgm_vl_001_rip/bgm_vl_001.mp3",
|
273 |
+
"https://cdn.jsdelivr.net/gh/daydreamer-json/sekai-assets@main/sound/virtual_live/lobby_bgm/bgm_vl_001_rip/bgm_vl_001-1.mp3",
|
274 |
+
"https://cdn.jsdelivr.net/gh/daydreamer-json/sekai-assets@main/sound/virtual_live/lobby_bgm/bgm_vl_001_rip/bgm_vl_001-2.mp3",
|
275 |
+
"https://cdn.jsdelivr.net/gh/daydreamer-json/sekai-assets@main/sound/virtual_live/lobby_bgm/bgm_vl_001_rip/bgm_vl_001-3.mp3",
|
276 |
+
"https://cdn.jsdelivr.net/gh/daydreamer-json/sekai-assets@main/sound/virtual_live/lobby_bgm/bgm_vl_001_rip/bgm_vl_001-4.mp3",
|
277 |
+
"https://cdn.jsdelivr.net/gh/daydreamer-json/sekai-assets@main/sound/virtual_live/lobby_bgm/bgm_vl_001_rip/bgm_vl_001-5.mp3",
|
278 |
+
"https://cdn.jsdelivr.net/gh/daydreamer-json/sekai-assets@main/sound/virtual_live/lobby_bgm/bgm_vl_001_rip/bgm_vl_001-6.mp3",
|
279 |
];
|
280 |
var sound = new Array();
|
281 |
for (let i = 0; i < AUDIO_SOURCE.length; i++) {
|