browser-beep
Beeping sound in browser using Web Audio API.
npm install browser-beep
See the live demo.
Usage
The constructor accepts an options object with keys context
(AudioContext
instance), frequency
(frequency in Hz) and interval
(interval between multiple beeps).
var beep = frequency: 830 // Number of times to beep