speexdsp-rs
                                
                                
                                
                                    speexdsp-rs copied to clipboard
                            
                            
                            
                        Speexdsp bindings and pure-rust implementation
- [ ] Add more chunk iterators and general iterators - [x] Simplify the code a bit
- [ ] Add more chunk iterators and general iterators - [ ] Simplify the code a bit
- port over [this](https://github.com/awelkie/RustFFT/blob/master/benches/rustfft.rs) to criterion - compare rustfft with the speexdsp fft
The resampler high-level api would enjoy having proper documentation adapted from the [upstream in-header documentation](https://github.com/xiph/speexdsp/blob/master/include/speex/speex_resampler.h).
I would like to use this crate for AEC (acoustic echo cancellation) But it doesn't compile on macOS M1. Also, why the sys feature is required for running the examples?...