Home
last modified time | relevance | path

Searched refs:rnnoise_process_frame (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rnnoise/include/
H A Drnnoise.h94 RNNOISE_EXPORT float rnnoise_process_frame(DenoiseState *st, float *out, const float *in);
/aosp_15_r20/external/rnnoise/examples/
H A Drnnoise_demo.c51 rnnoise_process_frame(st, x, x); in main()
/aosp_15_r20/external/rnnoise/src/
H A Ddenoise.c458 float rnnoise_process_frame(DenoiseState *st, float *out, const float *in) { in rnnoise_process_frame() function