Loading ivas_processing_scripts/generation/generate_sba_items.py +1 −1 Original line number Diff line number Diff line Loading @@ -415,7 +415,7 @@ def generate_sba_scene( ) scene["background_level"] = -26 background.audio, _ = loudness_norm( background, scene["background_level"], loudness_format="STEREO" background, scene["background_level"], loudness_format="STEREO", rms=True ) # add the background noise to the output signal Loading ivas_processing_scripts/generation/generate_stereo_items.py +1 −1 Original line number Diff line number Diff line Loading @@ -416,7 +416,7 @@ def generate_stereo_scene( ) scene["background_level"] = -26 background.audio, _ = loudness_norm( background, scene["background_level"], loudness_format="STEREO" background, scene["background_level"], loudness_format="STEREO", rms=True ) # add the background noise to the output signal Loading Loading
ivas_processing_scripts/generation/generate_sba_items.py +1 −1 Original line number Diff line number Diff line Loading @@ -415,7 +415,7 @@ def generate_sba_scene( ) scene["background_level"] = -26 background.audio, _ = loudness_norm( background, scene["background_level"], loudness_format="STEREO" background, scene["background_level"], loudness_format="STEREO", rms=True ) # add the background noise to the output signal Loading
ivas_processing_scripts/generation/generate_stereo_items.py +1 −1 Original line number Diff line number Diff line Loading @@ -416,7 +416,7 @@ def generate_stereo_scene( ) scene["background_level"] = -26 background.audio, _ = loudness_norm( background, scene["background_level"], loudness_format="STEREO" background, scene["background_level"], loudness_format="STEREO", rms=True ) # add the background noise to the output signal Loading