webbed-site/js/soundbite.js
2025-01-09 11:03:41 -06:00

3 lines
No EOL
56 B
JavaScript

function playAudio(url) {
new Audio(url).play();
}