/morse

Example of using the Web Audio API

Primary LanguageJavaScript

Web Audio API Demo

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.

To Install

Optionally install node modules for a development server:

// Use npm or yarn, whichever you prefer
$ npm install
$ yarn install

Run development server

Browser-sync is used for the development server:

// Use npm or yarn, whichever you prefer
$ npm start
$ yarn start

TODO:

  1. Make the UI prettier
  2. Waveform controls (Shape, frequency)
  3. Volume control
  4. Sound length controls