Skip to content

Instantly share code, notes, and snippets.

@krabs-github
Created August 20, 2021 11:47
Show Gist options
  • Save krabs-github/93a10b4ba491989d8d1c2554e8e323f0 to your computer and use it in GitHub Desktop.
Save krabs-github/93a10b4ba491989d8d1c2554e8e323f0 to your computer and use it in GitHub Desktop.
[Play Sound] Play Sound #Streamdeck
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