octave_bands_json

ketos.utils.octave_bands_json(band_min, band_max)[source]

Produce a string of the specified octave bands in json format

Args:
band_min: int

Lower octave band

band_max: int

Upper octave band

Returns:
s: str

json format string

Example:
>>> from ketos.utils import octave_bands_json
>>> 
>>> s = octave_bands_json(1, 2)