Simple demonstration of the Web Audio API, using Morse Code. Not all browsers support this API, see browser compatibility tables.
To try it out, go to https://garethhunt.github.io/morse/, enter a message into the textbox and press the send button.
Optionally install node modules for a development server:
// Use npm or yarn, whichever you prefer
$ npm install
$ yarn install
Browser-sync is used for the development server:
// Use npm or yarn, whichever you prefer
$ npm start
$ yarn start
- Make the UI prettier
- Waveform controls (Shape, frequency)
- Volume control
- Sound length controls