Loading ivas_processing_scripts/audiotools/convert/osba.py +1 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ def convert_osba( # only render SBA part to MASA out_masa = audio.fromtype(out.name[4:]) if out.metadata_files[-1].endswith(".met"): if str(out.metadata_files[-1]).endswith(".met"): # if MASA metadata filename is given, copy it out_masa.metadata_file = copy(out.metadata_files[-1]) render_sba_to_masa(sba, out_masa) Loading Loading
ivas_processing_scripts/audiotools/convert/osba.py +1 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ def convert_osba( # only render SBA part to MASA out_masa = audio.fromtype(out.name[4:]) if out.metadata_files[-1].endswith(".met"): if str(out.metadata_files[-1]).endswith(".met"): # if MASA metadata filename is given, copy it out_masa.metadata_file = copy(out.metadata_files[-1]) render_sba_to_masa(sba, out_masa) Loading