High-performance real-time audio filtering and spectral analysis tool with Rust DSP core and PyQt6 GUI. audio-spectrum-live/ ├── Cargo.toml # Rust workspace configuration ├── pyproject.toml # Python ...
This project implements a hardware-accelerated spectrum visualizer on an FPGA platform. Audio signals are processed in real-time using Fast Fourier Transform (FFT) to analyze frequency components and ...