raspberrypi / pico-playground

BSD 3-Clause "New" or "Revised" License
438 stars 92 forks source link

sine_wave using interpolator #39

Open raybellis opened 1 year ago

raybellis commented 1 year ago

This isn't really an "issue", but posting here to mention that I've produced a version of the sine_wave example that uses an interpolator to handle the sample generation instead of calculating the offsets into the wave table within the sample loop. It is I2S only, though.

https://github.com/raybellis/rp2040-sine-interpolator/