webbed-site/soundbite.js
2025-01-06 12:22:24 -06:00

3 lines
No EOL
56 B
JavaScript

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