Skip to content

Commit

Permalink
adding preemphasizing and resolving packaging issues
Browse files Browse the repository at this point in the history
  • Loading branch information
astorfi committed Nov 26, 2017
1 parent 435a1ef commit ded5a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions speechpy/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ def round_half_up(number):

def preemphasize(signal, cof=0.98):
"""preemphasising on the signal.
:param signal: The input signal.
:param coeff: The preemphasising coefficient. 0 equals to no filtering.
:returns: the pre-emphasized signal.
Expand Down

0 comments on commit ded5a4b

Please sign in to comment.