RustAudio / rnnoise-c

Rust bindings to Xiph's rnnoise denoising library
Other
7 stars 3 forks source link

Mark DenoiseState as Send #9

Closed Flakebi closed 4 years ago

Flakebi commented 4 years ago

There is no global state, so sending it between threads should be fine. Fixes #8