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.
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/