Max Känner 86dfbd21f4
All checks were successful
Build legacy Nix package on Ubuntu / build (push) Successful in 4m17s
audio input and fft
2025-01-12 17:52:47 +01:00

17 lines
260 B
TOML

[package]
name = "audio-reactive-source"
version = "0.1.0"
edition = "2021"
[lints.clippy]
pedantic = "warn"
nursery = "warn"
[dependencies]
env_logger = "0.11"
log = "0.4"
color-eyre = "0.6"
cpal = { version = "0.15", features = ["jack"] }
rustfft = "6.2"