Skip to content

Commit

Permalink
updated cqt docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Dec 8, 2015
1 parent feb638f commit bcbd151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions librosa/core/constantq.py
Expand Up @@ -78,8 +78,8 @@ def cqt(y, sr=22050, hop_length=512, fmin=None, n_bins=84,
Returns
-------
CQT : np.ndarray [shape=(n_bins, t), dtype=np.float]
Constant-Q energy for each frequency at each time.
CQT : np.ndarray [shape=(n_bins, t), dtype=np.complex or np.float]
Constant-Q value each frequency at each time.
Raises
------
Expand Down

0 comments on commit bcbd151

Please sign in to comment.