No known key found for this signature in database
GPG Key ID: E80B35A6F11C3656
1 changed files with
1 additions and
1 deletions
-
audio.js
|
|
|
@@ -1,7 +1,7 @@ |
|
|
|
let playing = []; |
|
|
|
let looping = {}; |
|
|
|
|
|
|
|
const audioBaseUrl = "/media/audio/"; |
|
|
|
const audioBaseUrl = "./media/audio/"; |
|
|
|
|
|
|
|
let audioDict = {}; |
|
|
|
|
|
|
|
|