Created
August 20, 2021 11:47
-
-
Save krabs-github/93a10b4ba491989d8d1c2554e8e323f0 to your computer and use it in GitHub Desktop.
[Play Sound] Play Sound #Streamdeck
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var vSoundFX1 = new Audio('resources/sounds/magic_mystery.mp3'); | |
vSoundFX1.play(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment