speexdsp-rs
speexdsp-rs copied to clipboard
Port the speexdsp fft to rust
- [x] c2rust conversion
- [x] replace the libc calls
- [ ] Add a rust API in the main crate and use either
sys
ornative
- [ ] Write conformance tests
- [ ] Write a comparative benchmark
- [ ] bonus wrap in rustfft and compare it as well.