Home
last modified time | relevance | path

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

/external/rnnoise/src/
Ddenoise.c527 float speech_gain = 1, noise_gain = 1; in main() local
560 speech_gain = pow(10., (-40+(rand()%60))/20.); in main()
563 noise_gain *= speech_gain; in main()
564 if (rand()%10==0) speech_gain = 0; in main()
576 if (speech_gain != 0) { in main()
582 for (i=0;i<FRAME_SIZE;i++) x[i] = speech_gain*tmp[i]; in main()