dtmf 0.1.5

A no-std DTMF decoder
Documentation
[package]
name = "dtmf"
version = "0.1.5"
edition = "2021"
repository = "https://gitlab.scd31.com/stephen/dtmf"
authors = ["Stephen D"]
description = "A no-std DTMF decoder"
readme = "README.md"
license = "MIT"
exclude = ["data/*"]
keywords = ["dtmf", "phone", "touch-tone", "ham", "radio"]
categories = ["no-std", "multimedia::audio"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
goertzel-nostd = "0.2"

[dev-dependencies]
criterion = "0.3.5"
rodio = "0.15.0"

[[bench]]
name = "decode"
harness = false