An open API service indexing awesome lists of open source software.

https://github.com/twe4ked/phreaking

Generate Dual Tone Multi Frequency (DTMF) tones.
https://github.com/twe4ked/phreaking

audio dtmf dtmf-tones rust

Last synced: about 2 months ago
JSON representation

Generate Dual Tone Multi Frequency (DTMF) tones.

Awesome Lists containing this project

README

        

# Phreaking

Generate Dual Tone Multi Frequency (DTMF) tones.

```
$ cargo run -- 123ABC # input can be any of: 0123456789ABCD
$ afplay tone.wav # MacOS tool
```