SynthPi is an open source Realtime Wavetable Synthesizer which runs on Raspberry Pi. It is made for the Realtime Embedded Programming course as part of our Master of Engineering in Electronics with Music at the University of Glasgow (year 2022).
Authors: Noe Heuclin and Aaron Collins.
Credits are due to former students from the DrumPi project (https://github.com/Quickeman/DrumPi) as well as Nick Bailey and his team of old students for their SmurdyGurdy (https://github.com/nickbailey/smrgygurdy) Project. Our code is based and adapted from several files belonging to both projects. This code also make use of the following libraries without any modification : - Adam Stark's AudioFile library, used to load in wavetable to our DSP engine (https://github.com/adamstark/AudioFile).