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

feature request: constant q transform #13

Open
vandenoever opened this issue Feb 29, 2020 · 1 comment
Open

feature request: constant q transform #13

vandenoever opened this issue Feb 29, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@vandenoever
Copy link

Constant Q Transform is a transformation for audio that uses a log scale for the frequency instead of a linear scale like FFT does. A fast implementation of Constant Q Transform uses FFT and a kernel.

https://en.wikipedia.org/wiki/Constant-Q_transform
http://academics.wellesley.edu/Physics/brown/pubs/effalgV92P2698-P2701.pdf

CQT is implemented in ffmpeg en mpv and gives intuitive visualization of which notes are being played at a given time.

https://trac.ffmpeg.org/wiki/FancyFilteringExamples#showcqt

@vandenoever
Copy link
Author

There's already a crate for cqt, but it does not use the fast implementation with fft.

https://github.com/alexjago/cqt

@calebzulawski calebzulawski added the enhancement New feature or request label Aug 1, 2020
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

No branches or pull requests

2 participants