Loading ivas_processing_scripts/processing/processing.py +1 −1 Original line number Diff line number Diff line Loading @@ -166,7 +166,7 @@ def concat_setup(cfg: TestConfig, chain, logger: logging.Logger): # convert from milisecs to samples silence_pre = 0 silence_post = 0 if (cfg_pre2.silence_pre != 0 or silence_post != 0) if cfg_pre2.silence_pre != 0 or silence_post != 0: if cfg_pre2.in_fs is None: raise ValueError( "silence_pre and silence_post can only be non-zero if you provide the sampling rate in the input section!" Loading Loading
ivas_processing_scripts/processing/processing.py +1 −1 Original line number Diff line number Diff line Loading @@ -166,7 +166,7 @@ def concat_setup(cfg: TestConfig, chain, logger: logging.Logger): # convert from milisecs to samples silence_pre = 0 silence_post = 0 if (cfg_pre2.silence_pre != 0 or silence_post != 0) if cfg_pre2.silence_pre != 0 or silence_post != 0: if cfg_pre2.in_fs is None: raise ValueError( "silence_pre and silence_post can only be non-zero if you provide the sampling rate in the input section!" Loading