Use FunDSP crate for beepboops

This commit is contained in:
Alex Page 2022-01-31 18:10:39 -05:00
parent 784e205357
commit 9219b6c475
4 changed files with 142 additions and 76 deletions

View file

@ -11,8 +11,8 @@ specs = { version = "0.16.1", default-features = false }
specs-derive = "0.4.1"
cpal = "0.13"
oddio = "0.5"
rand = "0.8"
spin_sleep = "1.0"
fundsp = "0.1.0"
typenum = "1.15.0"
[target.'cfg(windows)'.build-dependencies]
winres = "0.1"