Iz: https://marcgg.com/blog/2016/11/01/javascript-audio/
https://slayapps.com/simpletones-js/
Rabiš js datoteko simpleTones.js: script src="simpleTones.js" ...
start()

Play Stop


xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx javascript glasba https://keithwhor.com/music/ http://vexflow.com/vexwarp/ http://vexflow.com/vexwarp/

Example of Sounds

playSound("buzzer")

Example of Tones

playTone("C3")

Example of Sharp and Flat Tones

playTone("C#8")

All Major Chords

playTone("C")

All Sharp Chords

playTone("C#")

All Minor Chords

playTone("Cm")

Example of Style Changes

playTone("C", "sine")

Example of Duration Changes

playTone("C", "sine", 1)