GFSK experiment: Works pretty damn well

This commit is contained in:
2025-10-19 22:21:28 +02:00
parent f5ae204c98
commit 347cdc9b0d
7 changed files with 189 additions and 606 deletions

View File

@ -8,6 +8,7 @@ cpal = { version = "0.16.0", features = ["jack"] }
eframe = "0.32.3"
egui_plot = "0.33.0"
hound = "3.5.1"
iter_tools = "0.39.0"
plotters = "0.3.7"
rand = "0.9.2"
tokio = { version = "1.47.1", features = ["full", "macros", "net", "sync", "time"] }