This is configurable command-line Audio Frequency Shift-Keying (AFSK) wav-file decoder. It extracts textual information from provided wav-files. It was made to solve Paradox Cat's coding challenge.
Import required libraries and set up the ESP32 for Wi-Fi communication. Set up the serial communication to receive data from the external device. Implement the AFSK modulation to convert the serial ...