Audio Visualization with Python

A short script to visualize audio samples

Pascal Janetzky

--

When working with text or image data, it is fairly straightforward to go through some data samples and examine them. Audio analysis is slightly more complicated, especially if you have several thousand files to go through.

For a recent project I wanted to get a visual overview of my audio data, which came in several distinct classes. Listening to all recordings and comparing them manually would have been laborious and very time-consuming. To get a sense for the dataset, I put…

--

--