speexdsp-rs
speexdsp-rs copied to clipboard
is alive? it can be pure-rust?
Hi! I develop some opensource musical-modular-application and i need resampling library in rust. I found that original c speex library used in one popular audio cpp programm. my questions:
- Is this repo alive? if "not", can you suggest me another appropriate repository for realtime-resampling?
- Did I understand correctly that this library can be pure rust without any c-bindings? If "yes", what the purpose to have c-version in the same repository?
Thank-you
- it is still alive. We still need to find time to fix a bug in the API though.
- I want to have something to verify the correctness.