Simple python module that creates spectrograms from multi channel hydrophone array data in the command line. $ cli_spectrogram --sample-rate 38400 --file-length 1 --source ./examples $ cli_spectrogram ...
I needed an audio spectrogram generator for a machine learning algorithm I wanted to produce, but all the codes I encountered were missing, old or incorrect. The problem I encountered in all the codes ...