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 not work. Therefore we need to rely on playing the generated sounds as directly as possible. A Synthesizer is an electronic musical instrument that generates audio Read more









