void WebRtcNs_Process(NsHandle* NS_inst, const float* const* spframe, size_t num_bands, float* const* outframe) { WebRtcNs_ProcessCore((NoiseSuppressionC*)NS_inst, spframe, num_bands, outframe); }
int WebRtcNs_Process(NsHandle* NS_inst, float* spframe, float* spframe_H, float* outframe, float* outframe_H) { return WebRtcNs_ProcessCore( (NSinst_t*) NS_inst, spframe, spframe_H, outframe, outframe_H); }