RustAudio / rnnoise-c

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

Add process_frame_in_place method #5

Closed Flakebi closed 4 years ago

Flakebi commented 4 years ago

The C rnnoise example also transforms the data in place, so this should be safe.