From 1a8cf8dadd9598aeb3c43e0f0b24b8e551f8f3b5 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Thu, 11 Sep 2025 09:14:33 +0200 Subject: [PATCH] fully revert bc4708253e971744248a601cd15e93fb63084057 --- ivas_processing_scripts/audiotools/convert/objectbased.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivas_processing_scripts/audiotools/convert/objectbased.py b/ivas_processing_scripts/audiotools/convert/objectbased.py index e61566c6..bd0d6846 100755 --- a/ivas_processing_scripts/audiotools/convert/objectbased.py +++ b/ivas_processing_scripts/audiotools/convert/objectbased.py @@ -134,7 +134,7 @@ def render_oba_to_binaural( repeat(SourcePosition), ), None, - "mp", + None, False, ) -- GitLab