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
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: