Corrected typo in MFCC documentation for Q15 and Q31 (issue #87).

pull/94/head
Christophe Favergeon 3 years ago
parent 441f779647
commit bc9321d1aa

@ -42,7 +42,7 @@
/** /**
@brief Initialization of the MFCC F32 instance structure @brief Initialization of the MFCC Q15 instance structure
@param[out] S points to the mfcc instance structure @param[out] S points to the mfcc instance structure
@param[in] fftLen fft length @param[in] fftLen fft length
@param[in] nbMelFilters number of Mel filters @param[in] nbMelFilters number of Mel filters

@ -42,7 +42,7 @@
/** /**
@brief Initialization of the MFCC F32 instance structure @brief Initialization of the MFCC Q31 instance structure
@param[out] S points to the mfcc instance structure @param[out] S points to the mfcc instance structure
@param[in] fftLen fft length @param[in] fftLen fft length
@param[in] nbMelFilters number of Mel filters @param[in] nbMelFilters number of Mel filters

Loading…
Cancel
Save