Generating audio Morse code
This Javascript code allows you to generate audio Morse code from a given string of text by using the Web Audio API . If you didn’t know, Morse code is a method used in telecommunication to encode text characters as standardized sequences of two different signal durations, called dots and dashes. Morse code is named after Samuel Morse , an inventor of the telegraph.
Web Audio API
The Web Audio API provides a powerful and versatile system for controlling audio on the Web, allowing developers to choose audio sources, add effects to audio, create audio visualizations, apply spatial effects (such as panning) and much more. Browser-compatibility is good (all browsers, bonus points for Firefox), except Internet Explorer, of course.