Add spectrometer

Edit the logic so we dont just create pictures which we mash together
but instead use stream for better implementation
This commit is contained in:
2026-01-18 19:18:30 +01:00
parent 53140e642a
commit fa020e0b36
7 changed files with 330 additions and 176 deletions
+3
View File
@@ -28,6 +28,9 @@ clap = { version = "4.4", features = ["derive"] }
# Error handling
anyhow = "1.0"
# FFT processing for spectrometer
rustfft = "6.1"
[profile.release]
opt-level = 3
lto = true