Searched refs:MEL_COEF (Results 1 – 1 of 1) sorted by relevance
35 constexpr double MEL_COEF = 2595.0; variable147 return MEL_COEF * (log10(hz / HZ_COEF + 1.0)); in ConvertSlaneyMel()152 return HZ_COEF * (pow(LOG_BASE, mel / MEL_COEF) - 1.0); in ConvertSlaneyHz()