Loading ivas_processing_scripts/generation/generate_omasa_items.py +4 −0 Original line number Diff line number Diff line Loading @@ -474,12 +474,16 @@ def generate_OMASA_scene( # add ISM metadata .csv filename (should end with .wav.0.csv, .wav.1.csv, ...) y_int.metadata_files.insert( <<<<<<< Updated upstream i - 1, str( output_filename.with_suffix( output_filename.suffix + f".{i - 1}.csv" ) ), ======= i - 1, str(output_filename.with_suffix(output_filename.suffix + f".{i - 1}.csv")) >>>>>>> Stashed changes ) # append pre-amble and post-amble Loading ivas_processing_scripts/generation/generate_osba_items.py +4 −0 Original line number Diff line number Diff line Loading @@ -460,12 +460,16 @@ def generate_OSBA_scene( # add ISM metadata .csv filename (should end with .wav.0.csv, .wav.1.csv, ...) y.metadata_files.insert( <<<<<<< Updated upstream i - 1, str( output_filename.with_suffix( output_filename.suffix + f".{i - 1}.csv" ) ), ======= i - 1, str(output_filename.with_suffix(output_filename.suffix + f".{i - 1}.csv")) >>>>>>> Stashed changes ) # append pre-amble and post-amble Loading Loading
ivas_processing_scripts/generation/generate_omasa_items.py +4 −0 Original line number Diff line number Diff line Loading @@ -474,12 +474,16 @@ def generate_OMASA_scene( # add ISM metadata .csv filename (should end with .wav.0.csv, .wav.1.csv, ...) y_int.metadata_files.insert( <<<<<<< Updated upstream i - 1, str( output_filename.with_suffix( output_filename.suffix + f".{i - 1}.csv" ) ), ======= i - 1, str(output_filename.with_suffix(output_filename.suffix + f".{i - 1}.csv")) >>>>>>> Stashed changes ) # append pre-amble and post-amble Loading
ivas_processing_scripts/generation/generate_osba_items.py +4 −0 Original line number Diff line number Diff line Loading @@ -460,12 +460,16 @@ def generate_OSBA_scene( # add ISM metadata .csv filename (should end with .wav.0.csv, .wav.1.csv, ...) y.metadata_files.insert( <<<<<<< Updated upstream i - 1, str( output_filename.with_suffix( output_filename.suffix + f".{i - 1}.csv" ) ), ======= i - 1, str(output_filename.with_suffix(output_filename.suffix + f".{i - 1}.csv")) >>>>>>> Stashed changes ) # append pre-amble and post-amble Loading