コード例 #1
0
int WebRtcNsx_Free(NsxHandle* nsxInst) {
  WebRtcSpl_FreeRealFFT(((NsxInst_t*)nsxInst)->real_fft);
  free(nsxInst);
  return 0;
}
コード例 #2
0
void WebRtcNsx_Free(NsxHandle* nsxInst) {
  WebRtcSpl_FreeRealFFT(((NoiseSuppressionFixedC*)nsxInst)->real_fft);
  free(nsxInst);
}