Dual Tone - Multi Frequency player using Web Audio API
Try the Demo
$ npm install @kimmel/dtmf
import DTMF from '@kimmel/dtmf';
let player = new DTMF();
player.play(1);
player.play(8);
player.play(0);
player.play(0);
//=> plays DTMF sound for each key
DTMF(audioContext: AudioContext)
Type: DialpadKey
, String | Number
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, *, #, A, B, C, D
MIT © Ryan Castner