Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a param named filter scale factor in nnAudio ??? #54

Closed
yeti-yeti opened this issue Oct 19, 2020 · 2 comments · Fixed by #84
Closed

Is there a param named filter scale factor in nnAudio ??? #54

yeti-yeti opened this issue Oct 19, 2020 · 2 comments · Fixed by #84
Labels
enhancement New feature or request

Comments

@yeti-yeti
Copy link

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,
)

@KinWaiCheuk KinWaiCheuk added the enhancement New feature or request label Oct 19, 2020
@KinWaiCheuk
Copy link
Owner

Currently the filter scale factor is not supported in nnAudio. We are also looking for contributors who can implement this.

@KinWaiCheuk KinWaiCheuk linked a pull request Apr 8, 2021 that will close this issue
@KinWaiCheuk
Copy link
Owner

Solved in pull request #84

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants