2024-03-06 23:19:32 +02:00
2024-03-06 23:19:32 +02:00
2024-03-06 23:19:32 +02:00
2024-03-06 23:19:32 +02:00
2024-03-06 23:19:32 +02:00

Simple DTMF Decoder in C

Simple stupid code implementing Goertzel algorithm

Build

Under Linux

cmake -S . -B build -G Ninja
ninja -C build
arecord | ./build/dtmf

Test

You can use your phone dial pad or online signal generator https://onlinetonegenerator.com/dtmf.html

Description
Simple DTMF decoder in C
c
Readme 30 KiB
Languages
C++ 96.4%
CMake 3.6%