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.
- Host: GitHub
- URL: https://github.com/twe4ked/phreaking
- Owner: twe4ked
- Created: 2019-10-30T01:17:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T07:57:19.000Z (over 5 years ago)
- Last Synced: 2025-02-02T03:28:02.968Z (4 months ago)
- Topics: audio, dtmf, dtmf-tones, rust
- Language: Rust
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```