CymaSpace / sound-reactive-speaker

Code for my sound-reactive speaker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sound reactive speaker (stereo)

This program runs using the Arduino core on Espressif ESP32. It is based largely on the stereo version of the code developed by @G6EJD here: https://github.com/G6EJD/ESP32-8-Octave-Audio-Spectrum-Display as well as my own code previously used with the MSGEQ7 spectrum analyzer chip.

The code is written in Notepad++ and compiled using Platformio (in my case, command-line). It should work straight out of the box once the libraries (below) and the Arduino Core for ESP32 is installed: https://github.com/espressif/arduino-esp32

Libraries needed:

About

Code for my sound-reactive speaker


Languages

Language:C++ 100.0%