Reduce crossfade time

This commit is contained in:
Ketchetwahmeegwun T. Southall 2022-01-29 20:01:10 -08:00
parent 0389aced17
commit cc7a736ae9

View File

@ -38,7 +38,7 @@ export function playSong(name: string) {
} else {
clearInterval(cl)
}
}, 100)
}, 50)
})(playingSongAudio)
}
playingSongAudio = new Audio()
@ -59,7 +59,7 @@ export function playSong(name: string) {
} else {
clearInterval(cl)
}
}, 100)
}, 50)
})(playingSongAudio)
playingSongAudio.src = audio[name]