Remove unsused variable

Added bytemuck for faster pcm decoding
refactor spectrometer
This commit is contained in:
2026-01-18 19:52:25 +01:00
parent e3ff11d8a8
commit 837be94e1c
4 changed files with 30 additions and 30 deletions
+3
View File
@@ -31,6 +31,9 @@ anyhow = "1.0"
# FFT processing for spectrometer
rustfft = "6.1"
# Efficient byte casting
bytemuck = "1.24"
[profile.release]
opt-level = 3
lto = true