Skip to content

Commit

Permalink
Merge 6833ebf into 3e8feaa
Browse files Browse the repository at this point in the history
  • Loading branch information
keunwoochoi committed Mar 1, 2018
2 parents 3e8feaa + 6833ebf commit b82dcc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions librosa/core/spectrum.py
Expand Up @@ -74,7 +74,7 @@ def stft(y, n_fft=2048, hop_length=None, win_length=None, window='hann',
dtype : numeric type
Complex numeric type for `D`. Default is 64-bit complex.
mode : string
pad_mode : string
If `center=True`, the padding mode to use at the edges of the signal.
By default, STFT uses reflection padding.
Expand Down Expand Up @@ -398,7 +398,7 @@ def ifgram(y, sr=22050, n_fft=2048, hop_length=None, win_length=None,
dtype : numeric type
Complex numeric type for `D`. Default is 64-bit complex.
mode : string
pad_mode : string
If `center=True`, the padding mode to use at the edges of the signal.
By default, STFT uses reflection padding.
Expand Down

0 comments on commit b82dcc1

Please sign in to comment.