Arduino
Implementing a Synthesizer for the Raspberry PI and the ESP32 – Introduction
Overview I was playing with the idea to implement a simple Synthesizer for the ESP32.which would play different instruments. The ESP32 should have enough power to generate interesting sounds. The limitation however is on the memory. So any approach which relies on sampled data and big sound buffers will just Read more…