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

Possibility of incorporating fourier transform function into dasp? #129

Open
saresend opened this issue Jun 19, 2020 · 2 comments
Open

Possibility of incorporating fourier transform function into dasp? #129

saresend opened this issue Jun 19, 2020 · 2 comments

Comments

@saresend
Copy link

Hey! I wanted to ask if FFTs are in scope for this project? I'd be happy to help try to implement if so, since I've been working on a couple of audio projects using dasp, and it feels natural to include FFTs in what seems to be a core DSP crate and would be incredibly useful in my opinion!

@tripulse
Copy link

Uh, this crate seems to cover the very primitives of samples. A fourier transform is a advanced algorithm so I believe it might not be added.

@andrewcsmith
Copy link
Contributor

I'd recommend rustfft for this. I've used the two crates together in the past and they were totally interoperable. I believe a priority of this library is keeping things to no dynamic allocations and no dependencies, and it seems like that would be tricky with FFTs.

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

No branches or pull requests

3 participants