Implementation of the Goertzel algorithm for the detection of DTMF tones (aka touch tones) in audio data. Install the package DtmfDetection.NAudio for integration with NAudio.
Documentation: https://github.com/bert2/DtmfDetection
Release notes: Refactor wait time estimation of the...
More information
Фреймворк для легкой разработки систем обработки сигналов, текстов, временных рядов и т.п. с использованием методов машинного обучения, мы в Telegram: https://t.me/ai_prog_math
C# Library to calculate the coefficients of the Butterworth filter and to filter the data
This code calculates the coefficients of the Band-pass, Band-stop, Low-pass and High-pass Butterworth filters. It also filters the data, but no zero-phase delay is applied.
Each filter function will return a...
More information
Extends NAudio with means to detect DTMF tones (aka touch tones) in live audio data and audio files.
Documentation: https://github.com/bert2/DtmfDetection
Release notes: Refactor wait time estimation of the `BackgroundAnalyzer` to a less handcrafted solution.