Skip to content

Commit

Permalink
chore: make suggested changes
Browse files Browse the repository at this point in the history
Co-authored-by: Yoach Lacombe <52246514+ylacombe@users.noreply.github.com>
  • Loading branch information
RUFFY-369 and ylacombe authored Oct 11, 2024
1 parent f878996 commit 58e1c3a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ def _extract_fbank_features(
Get mel-filter bank features using TorchAudio. Note that TorchAudio requires 16-bit signed integers as inputs
and hence the waveform should not be normalized before feature extraction.
"""
# waveform = waveform * (2**15) # Kaldi compliance: 16-bit signed integers
# Mean center the waveform
waveform -= waveform.mean()

Expand Down

0 comments on commit 58e1c3a

Please sign in to comment.