Loading ivas_processing_scripts/processing/evs.py +1 −1 Original line number Diff line number Diff line Loading @@ -174,7 +174,7 @@ class EVS(Processing): condition_fmt.num_channels > self.in_fmt.num_channels ): raise ValueError( "SBA format has to be SBA with lower order than input signal" "SBA format has to be SBA with lower or equal order than input signal" ) is_planar = condition_fmt.is_planar else: Loading Loading
ivas_processing_scripts/processing/evs.py +1 −1 Original line number Diff line number Diff line Loading @@ -174,7 +174,7 @@ class EVS(Processing): condition_fmt.num_channels > self.in_fmt.num_channels ): raise ValueError( "SBA format has to be SBA with lower order than input signal" "SBA format has to be SBA with lower or equal order than input signal" ) is_planar = condition_fmt.is_planar else: Loading