sp-nitech / diffsptk

A differentiable version of SPTK

Home Page:http://sp-tk.sourceforge.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could you add CQT and iCQT?

turian opened this issue · comments

Could you add CQT and iCQT?

CQT has already implemented.
https://github.com/sp-nitech/diffsptk/blob/master/diffsptk/core/cqt.py

Please let me know if you know good implementation or papers about iCQT.

Thank you for sharing the link but the implementation is quite complicated. I currently cannot guarantee that I will implement the iCQT module.

This issue is stale because it has been open for 30 days with no activity.

This issue was closed because it has been inactive for 10 days since being marked as stale.

Added in the v2 branch.

They are based on librosa == 0.9.2 as I was not able to use librosa >= 0.10.0 due to an LLVM error.
(P.S. pip install icc-rt solve the problem.)