Skip to content

Commit

Permalink
updated default bpo for cens (#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Jun 26, 2020
1 parent 4fed2fe commit f8fb3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librosa/feature/spectral.py
Expand Up @@ -1331,7 +1331,7 @@ def chroma_cqt(y=None, sr=22050, C=None, hop_length=512, fmin=None,

def chroma_cens(y=None, sr=22050, C=None, hop_length=512, fmin=None,
tuning=None, n_chroma=12,
n_octaves=7, bins_per_octave=None, cqt_mode='full', window=None,
n_octaves=7, bins_per_octave=36, cqt_mode='full', window=None,
norm=2, win_len_smooth=41, smoothing_window='hann'):
r'''Computes the chroma variant "Chroma Energy Normalized" (CENS), following [1]_.
Expand Down

0 comments on commit f8fb3ee

Please sign in to comment.