Hi! Im working on a project about extracting features in bird sounds (e.g. spectral flux, spectral centroid, zero crossing, etc.) and I am currently using minim.
I try to get the spectral flux first in an audio, but why is that every time I run my program, the MEAN SPECTRAL FLUX changes though I am just using the same test audio file?
Also, is there a way to getBand() without playing the audio.