Fix a typo caused exception for audio_featurizer.py.

pull/2/head
yangyaming 7 years ago
parent d5a357d173
commit be37b03f0c

@ -57,7 +57,7 @@ class AudioFeaturizer(object):
def featurize(self,
audio_segment,
allow_downsampling=True,
allow_upsamplling=True):
allow_upsampling=True):
"""Extract audio features from AudioSegment or SpeechSegment.
:param audio_segment: Audio/speech segment to extract features from.

Loading…
Cancel
Save