Skip to content

Commit

Permalink
Minor proposed revision of docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Arildsen committed Jul 3, 2018
1 parent 19f6fdc commit 18ded1c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions speechpy/feature.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
"""feature module.
This module demonstrates documentation for the main speech features that the
package is aimed to extract as well as the required elements.
This module provides functions for calculating the main speech
features that the package is aimed to extract as well as the required
elements.
Attributes:
Functions:
filterbanks: Compute the Mel-filterbanks
The filterbanks must be created for extracting
speech features such as MFCC.
mfcc: Extracting Mel Frequncy Cepstral Coefficient feature.
mfcc: Extracting Mel Frequency Cepstral Coefficient feature.
mfe: Extracting Mel Energy feature.
Expand Down

0 comments on commit 18ded1c

Please sign in to comment.