RhizoNymph / ssm-gradio

A simple gradio app for generating Segment Similarity Matrices from uploaded audio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bins_per_octave must be an integer multiple of n_chroma

RhizoNymph opened this issue · comments

raise ParameterError(
librosa.util.exceptions.ParameterError: bins_per_octave=369 must be an integer multiple of n_chroma=50
)

fixed by changing the bins slider to a multiplier in my PR