vsergeev / audioprism

A spectrogram tool for PulseAudio and WAV files, written in C++11.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

specification of frequency bands and range

gvoysey opened this issue · comments

Is there the ability to focus on particular a frequency range, or set the binwidths of the filterbank elements? e.g., display a spectrogram from, say, 2 Hz-8 kHz with 24 bins. (i picked the bin count and frequencies semi-randomly)

Right now, it seems that these parameters aren't exposed to the user, but I could be missing something.