Commit bc9321d1 authored by Christophe Favergeon's avatar Christophe Favergeon
Browse files

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

parent 441f7796
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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[in]     fftLen  fft length
  @param[in]     nbMelFilters  number of Mel filters
+1 −1
Original line number Diff line number Diff line
@@ -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[in]     fftLen  fft length
  @param[in]     nbMelFilters  number of Mel filters