Skip to content

Commit

Permalink
fix style-check
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelVesely84 committed Mar 19, 2024
1 parent 678bb71 commit 242dbb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sherpa-onnx/csrc/features.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ struct FeatureExtractorConfig {
// dithering constant, useful for signals with hard-zeroes in non-speech parts
// this prevents large negative values in log-mel filterbanks
//
// In k2, audio samples are in range [-1..+1], in kaldi the range was [-32k..+32k],
// so the value 0.00003 is equivalent to kaldi default 1.0
// In k2, audio samples are in range [-1..+1], in kaldi the range was
// [-32k..+32k], so the value 0.00003 is equivalent to kaldi default 1.0
//
float dither = 0.0f; // dithering disabled by default

Expand Down

0 comments on commit 242dbb9

Please sign in to comment.