speexdsp-rs icon indicating copy to clipboard operation
speexdsp-rs copied to clipboard

is alive? it can be pure-rust?

Open oosavu opened this issue 2 years ago • 1 comments

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:

  1. Is this repo alive? if "not", can you suggest me another appropriate repository for realtime-resampling?
  2. 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

oosavu avatar Dec 26 '22 00:12 oosavu

  1. it is still alive. We still need to find time to fix a bug in the API though.
  2. I want to have something to verify the correctness.

lu-zero avatar Dec 26 '22 11:12 lu-zero