gjoseph92 / soundDB

Query and load NSNSD acoustic data into Python, minimize pain
Other
5 stars 1 forks source link

Audio to spectrogram #4

Open gjoseph92 opened 7 years ago

gjoseph92 commented 7 years ago

Using ffaudIO (most likely), performantly generate spectrograms from audio file(s), with an option for doing so in a streaming/chunked way. Speed will be key to this; possibly compute on the GPU, and parallelize IO and the FFT.

These are in-memory spectrograms (ultimately NumPy arrays), but it would be good to have a built-in visualization function too. (But that's a rabbit hole for sure.)