Skip to content

DTMF Tone Generator for Flutter Applications.

License

Notifications You must be signed in to change notification settings

justincase-jp/flutter_dtmf

 
 

Repository files navigation

flutter_dtmf

Generates DTFM Tones for Flutter Application. This can be used in VOIP applications or other applications that need to generate DTMF Tones.

Usage


await Dtmf.playTone(digits: "1234567890ABCD*#", durationMs: 500);
await Dtmf.playTone(digits: "1", samplingRate: 80000.0);

To Do

[DONE] Android Implementation using ToneGenerator class

  • Adjusting the Mark and Space in addition to Sampling Rate for a different output

About

DTMF Tone Generator for Flutter Applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 36.4%
  • Dart 33.1%
  • Kotlin 13.8%
  • Ruby 11.9%
  • Shell 3.3%
  • Objective-C 1.5%