Skip to content

Commit

Permalink
Fix mfcc doc
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Sep 11, 2015
1 parent fdcafea commit 8efbd33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pysptk/sptk.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -991,16 +991,16 @@ def mfcc(np.ndarray[np.float64_t, ndim=1, mode="c"] x not None,
Frame length. Default is ``len(x)``.
num_filterbanks : int
Number of mel-filter banks.
Number of mel-filter banks. Default is 20.
cepslift : int
Liftering coefficient. Default is 22.
use_dft : bool
Use DFT (not FFT) or not.
Use DFT (not FFT) or not. Default is False.
use_hamming : bool
Use hamming window or not.
Use hamming window or not. Default is False.
czero : bool
If True, ``mfcc`` returns 0-th coefficient as well. Default is False.
Expand Down

0 comments on commit 8efbd33

Please sign in to comment.