Feature Request: Add Audio-related tools
Open
help wanted
operation
- Dominant language
- JavaScript
- Stars
- 35.8k
- Forks
- 4.1k
- Avg merge
- 2d 26m
- Merged PRs (30d)
- 33
Description
Feature request:
---
### Summary
Add support for encoding/decoding known ASCII <-> Audio conversions such as Dual Tone Multi Frequency (DTMF), Morse code, and so on. This can be archived by using the Web Audio API (supported in most browsers).
### Example
- DTMF example: [https://github.com/unframework/dtmf-detect](https://github.com/unframework/dtmf-detect)
- Morse example: [https://blog.theincredibleholk.org/blog/2014/06/23/generating-morse-code-with-javascript/](https://blog.theincredibleholk.org/blog/2014/06/23/generating-morse-code-with-javascript/)
_Examples are not my own._
Contributor guide
Assessment
This issue has not been assessed yet.