rnnoise icon indicating copy to clipboard operation
rnnoise copied to clipboard

magic number question

Open xiaoyaoxiaoxian opened this issue 4 years ago • 2 comments

features[NB_BANDS+2NB_DELTA_CEPS] -= 1.3; features[NB_BANDS+2NB_DELTA_CEPS+1] -= 0.9; features[NB_BANDS+3NB_DELTA_CEPS] = .01(pitch_index-300);

features[0] -= 12; features[1] -= 4;

I donnot know why 1.3 0.9 12 and 4 is subtracted in feature excact funciton. Could any one answer me?

xiaoyaoxiaoxian avatar Mar 24 '20 11:03 xiaoyaoxiaoxian

These are simplified standardization measures.

Zadagu avatar Mar 26 '20 09:03 Zadagu

thanks

xiaoyaoxiaoxian avatar Mar 26 '20 11:03 xiaoyaoxiaoxian