Loading tests/codec_be_to_accepted_release/decoder/__init__.py +3 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,9 @@ def get_bitstream_and_options( if hrtf != BINAURAL_HRTF_NONE: assert output_sampling_rate is not None options.extend(["-hrtf", str(HRTF_PATHS[hrtf]).format(fs=output_sampling_rate)]) options.extend( ["-hrtf", str(HRTF_PATHS[hrtf]).format(fs=output_sampling_rate)] ) if non_diegetic_pan_value is not None: options.extend(["-non_diegetic_pan", f"{non_diegetic_pan_value}"]) Loading Loading
tests/codec_be_to_accepted_release/decoder/__init__.py +3 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,9 @@ def get_bitstream_and_options( if hrtf != BINAURAL_HRTF_NONE: assert output_sampling_rate is not None options.extend(["-hrtf", str(HRTF_PATHS[hrtf]).format(fs=output_sampling_rate)]) options.extend( ["-hrtf", str(HRTF_PATHS[hrtf]).format(fs=output_sampling_rate)] ) if non_diegetic_pan_value is not None: options.extend(["-non_diegetic_pan", f"{non_diegetic_pan_value}"]) Loading