dtmf
A no-std DTMF decoder for Rust. Can be used on a microcontroller or on a normal PC.
Usage
// Load in our audio samples
// This can also be done in real time from the sound card
let mut sample_file = open.unwrap;
let = read.unwrap;
let data = data.try_into_sixteen.unwrap;
// set up our decoder
let mut decoder = new;
// can process all samples at once, or in smaller batches
decoder.process;