it's a dictionary, i want the play button of the word to play the audio first in normal speed and then (or on second click) in slow play rate (say 0.75) is there a way to do that
<script>function abarticulation(){var music = new Audio('new folder/abarticulation.mp3'); music.play()
;}
</script><input type="button" value= onclick="abarticulation()" />