From 242dbb95863a892ef39be8252825b91ba5cc4d51 Mon Sep 17 00:00:00 2001 From: Karel Vesely Date: Tue, 19 Mar 2024 15:03:42 +0100 Subject: [PATCH] fix style-check --- sherpa-onnx/csrc/features.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sherpa-onnx/csrc/features.h b/sherpa-onnx/csrc/features.h index 68f4348ed0..0846441809 100644 --- a/sherpa-onnx/csrc/features.h +++ b/sherpa-onnx/csrc/features.h @@ -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