3.0.2 • Published 10 months ago

play-dtmf v3.0.2

Weekly downloads
100
License
ISC
Repository
-
Last release
10 months ago

play-dtmf

This is a simple library that allows playing DTMF and ringing tones using Web Audio API. It should work in any browser supporting Web Audio API.

Usage

import {PhoneTonePlayer} from 'play-dtmf';
const audioContext = new AudioContext();
const phoneTonePlayer = new PhoneTonePlayer(audioContext);
const tone = phoneTonePlayer.playDtmf('1');
tone.stop(1000)

TODO list

  • Improve tests.
  • Improve documentation.
3.0.2

10 months ago

3.0.1

10 months ago

3.0.0

10 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

2.0.0

1 year ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago