You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a param named filter_scale in librosa.cqt.
filter_scale : float > 0
Filter scale factor. Small values (<1) use shorter windows
for improved time resolution.
How can i use this param in nnAudio???
Thank you!!!
librosa.cqt(
y,
sr=22050,
hop_length=512,
fmin=None,
n_bins=84,
bins_per_octave=12,
tuning=0.0,
filter_scale=1,
norm=1,
sparsity=0.01,
window='hann',
scale=True,
pad_mode='reflect',
res_type=None,
dtype=None,
)
The text was updated successfully, but these errors were encountered:
There is a param named filter_scale in librosa.cqt.
filter_scale : float > 0
Filter scale factor. Small values (<1) use shorter windows
for improved time resolution.
How can i use this param in nnAudio???
Thank you!!!
librosa.cqt(
y,
sr=22050,
hop_length=512,
fmin=None,
n_bins=84,
bins_per_octave=12,
tuning=0.0,
filter_scale=1,
norm=1,
sparsity=0.01,
window='hann',
scale=True,
pad_mode='reflect',
res_type=None,
dtype=None,
)
The text was updated successfully, but these errors were encountered: