Simple 2FSK

This commit is contained in:
2026-03-17 17:34:42 +01:00
parent 520d97726f
commit 3cdc0e613a
14 changed files with 4787 additions and 31 deletions

View File

@ -6,3 +6,8 @@ edition = "2024"
[dependencies]
oxydsp-flowgraph = {path = "../oxydsp-flowgraph/"}
oxydsp-dsp = {path = "../oxydsp-dsp/"}
egui = "0.33.3"
egui_plot = "0.34.1"
eframe = { version = "0.33.3", features = ["default_fonts", "wayland"] }
num = "0.4.3"
hound = "3.5.1"