This Streamlit app allows users to:
- record or upload audio
- view waveform, FFT, and spectrogram
- apply low/high frequency filtering
- keep only the top-K strongest frequency bins
- reconstruct and listen to the modified audio
-
Install dependencies: pip install -r requirements.txt
-
Run the app: streamlit run app.py