This commit is contained in:
2026-05-19 01:04:39 +02:00
commit 689c70b530
15 changed files with 7226 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[package]
name = "audio-visualizer"
version = "0.1.0"
edition = "2024"
[dependencies]
cpal = "0.17"
rustfft = "6"
ringbuf = "0.5"
anyhow = "1"
nannou = "0.19"
triple_buffer = "9"
symphonia = { version = "0.6", features = ["mp3", "isomp4", "aac", "flac", "vorbis", "ogg", "wav", "pcm"] }
[profile.release]
opt-level = 3
lto = true