first wavetable synth demo

This commit is contained in:
sigil-03 2025-10-27 21:10:36 -06:00
parent 3ea7aac1f4
commit 58579ae6c2
6 changed files with 84 additions and 20 deletions

View file

@ -31,6 +31,8 @@ qingke = {path = "ext/qingke"}
adpcm-pwm-dac = { path = "ext/adpcm-pwm-dac/" }
wavetable-synth = { path = "ext/wavetable-synth" }
critical-section = { version = "1.2.0" }
[profile.release]