Close

Updated source files

A project log for Audio delay and VOX using ESP32

This simple project implements an audio delay and time-shifing VOX using the ESP32S ADC and DAC capabilities.

j-reynoldsonJ Reynoldson 09/13/2021 at 06:410 Comments

Source files for both the simple delay and VOX repeater have been updated.

Along with better commented tabbed code, there are some simple fixes and one major change, being the way the leading beep is implemented in the repeater. The original calculated waveform actually caused lost interrupts not being serviced due to floating point delays.  A lookup table for a sine wave had reduced overhead by a factor of 4.

Discussions