jslogo
jslogo copied to clipboard
Add sound API: beep
add basic sound support to jslogo. In this first commit, only "beep" was supported.
beep
- beep frequency duration
frequency is in Hertz, and duration is in millisecond.
examples:
beep 330 200
@inexorabletash is it acceptable right now?