Skip to content

DTMF Tone Generator for Flutter Applications.

License

Notifications You must be signed in to change notification settings

flutter-webrtc/flutter_dtmf

 
 

Repository files navigation

flutter_dtmf

Generates DTFM Tones for Flutter Application. You can change the Sampling Rate to get a different output for iOS.

Usage


await FlutterDtmf.playTone(digits: "1234567890ABCD*#");
await FlutterDtmf.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 46.3%
  • Ruby 16.7%
  • Dart 16.4%
  • Kotlin 15.8%
  • Shell 2.8%
  • Objective-C 2.0%