Almost working audio fft input for waterfall

This commit is contained in:
2024-05-09 19:23:07 -04:00
parent 63ec587d08
commit fc9e04ffd2
5 changed files with 416 additions and 28 deletions

View File

@@ -7,8 +7,11 @@ edition = "2021"
# Common dependencies
[dependencies]
anyhow = "1.0.83"
cpal = "0.15.3"
egui = "0.27.0"
log = "0.4.21"
realfft = "3.3.0"
# eframe features for non android targets
[target.'cfg(not(target_os = "android"))'.dependencies.eframe]