This is currently a work in progress and the first step of a bigger audio-visual project. For now, I added to this repository a simple Streamlit app to preview your audio tracks from a specific folder ...
Because the audio spectrogram code requires exactly sampleCount (which the app defines as 1024) samples, but audio sample buffers from AVFoundation may not always contain exactly 1024 samples, the app ...