Loading README.md +7 −7 Original line number Diff line number Diff line Loading @@ -103,9 +103,9 @@ conditions_to_generate: bitrates: - 9600 cod: bin: ~/git/ivas-codec/IVAS_cod bin: ~/git/ivas-codec/EVS_cod dec: bin: ~/git/ivas-codec/IVAS_dec bin: ~/git/ivas-codec/EVS_dec postprocessing: fmt: "BINAURAL" ``` Loading Loading @@ -267,7 +267,7 @@ input: ### mnru generate MNRU condition ### esdru generate ESDRU condition ### mono_dmx generate mono downmix condition ### evs generate an EVS coded condition (see below examples for additional required keys) (currently uses IVAS EVS mode) ### evs generate an EVS coded condition (see below examples for additional required keys) ### ivas generate an IVAS coded condition (see below examples for additional required keys) conditions_to_generate: ### Reference and anchor conditions ########################## Loading Loading @@ -358,13 +358,13 @@ conditions_to_generate: # - 9600 - [13200, 13200, 8000, 13200, 9600] cod: ### Path to encoder binary; default search for IVAS_cod in bin folder (primary) and PATH (secondary) bin: ~/git/ivas-codec/IVAS_cod ### Path to encoder binary; default search for EVS_cod in bin folder (primary) and PATH (secondary) bin: ~/git/ivas-codec/EVS_cod ### Encoder input sampling rate in Hz (resampling performed in case of mismatch); default = null (no resampling) # fs: 32000 dec: ### Path to encoder binary; default search for IVAS_dec in bin folder (primary) and PATH (secondary) bin: ~/git/ivas-codec/IVAS_dec ### Path to encoder binary; default search for EVS_dec in bin folder (primary) and PATH (secondary) bin: ~/git/ivas-codec/EVS_dec ### Decoder output sampling rate; default = null (same as input) # fs: 48000 ``` Loading examples/TEMPLATE.yml +3 −3 Original line number Diff line number Diff line Loading @@ -151,7 +151,7 @@ input: ### mnru generate MNRU condition ### esdru generate ESDRU condition ### mono_dmx generate mono downmix condition ### evs generate an EVS coded condition (see below examples for additional required keys) (currently uses IVAS EVS mode) ### evs generate an EVS coded condition (see below examples for additional required keys) ### ivas generate an IVAS coded condition (see below examples for additional required keys) conditions_to_generate: ### Reference and anchor conditions ########################## Loading Loading @@ -243,12 +243,12 @@ conditions_to_generate: - [13200, 13200, 8000, 13200, 9600] cod: ### Path to encoder binary; default search for IVAS_cod in bin folder (primary) and PATH (secondary) bin: ~/git/ivas-codec/IVAS_cod bin: ~/git/ivas-codec/EVS_cod ### Encoder input sampling rate in Hz (resampling performed in case of mismatch); default = null (no resampling) # fs: 32000 dec: ### Path to encoder binary; default search for IVAS_dec in bin folder (primary) and PATH (secondary) bin: ~/git/ivas-codec/IVAS_dec bin: ~/git/ivas-codec/EVS_dec ### Decoder output sampling rate; default = null (same as input) # fs: 48000 Loading ivas_processing_scripts/constants.py +2 −2 Original line number Diff line number Diff line Loading @@ -69,10 +69,10 @@ DEFAULT_CONFIG = { } DEFAULT_CONFIG_EVS = { "cod": { "bin": find_binary("IVAS_cod", raise_error=False), "bin": find_binary("EVS_cod", raise_error=False), }, "dec": { "bin": find_binary("IVAS_dec", raise_error=False), "bin": find_binary("EVS_dec", raise_error=False), }, } DEFAULT_CONFIG_IVAS = { Loading Loading
README.md +7 −7 Original line number Diff line number Diff line Loading @@ -103,9 +103,9 @@ conditions_to_generate: bitrates: - 9600 cod: bin: ~/git/ivas-codec/IVAS_cod bin: ~/git/ivas-codec/EVS_cod dec: bin: ~/git/ivas-codec/IVAS_dec bin: ~/git/ivas-codec/EVS_dec postprocessing: fmt: "BINAURAL" ``` Loading Loading @@ -267,7 +267,7 @@ input: ### mnru generate MNRU condition ### esdru generate ESDRU condition ### mono_dmx generate mono downmix condition ### evs generate an EVS coded condition (see below examples for additional required keys) (currently uses IVAS EVS mode) ### evs generate an EVS coded condition (see below examples for additional required keys) ### ivas generate an IVAS coded condition (see below examples for additional required keys) conditions_to_generate: ### Reference and anchor conditions ########################## Loading Loading @@ -358,13 +358,13 @@ conditions_to_generate: # - 9600 - [13200, 13200, 8000, 13200, 9600] cod: ### Path to encoder binary; default search for IVAS_cod in bin folder (primary) and PATH (secondary) bin: ~/git/ivas-codec/IVAS_cod ### Path to encoder binary; default search for EVS_cod in bin folder (primary) and PATH (secondary) bin: ~/git/ivas-codec/EVS_cod ### Encoder input sampling rate in Hz (resampling performed in case of mismatch); default = null (no resampling) # fs: 32000 dec: ### Path to encoder binary; default search for IVAS_dec in bin folder (primary) and PATH (secondary) bin: ~/git/ivas-codec/IVAS_dec ### Path to encoder binary; default search for EVS_dec in bin folder (primary) and PATH (secondary) bin: ~/git/ivas-codec/EVS_dec ### Decoder output sampling rate; default = null (same as input) # fs: 48000 ``` Loading
examples/TEMPLATE.yml +3 −3 Original line number Diff line number Diff line Loading @@ -151,7 +151,7 @@ input: ### mnru generate MNRU condition ### esdru generate ESDRU condition ### mono_dmx generate mono downmix condition ### evs generate an EVS coded condition (see below examples for additional required keys) (currently uses IVAS EVS mode) ### evs generate an EVS coded condition (see below examples for additional required keys) ### ivas generate an IVAS coded condition (see below examples for additional required keys) conditions_to_generate: ### Reference and anchor conditions ########################## Loading Loading @@ -243,12 +243,12 @@ conditions_to_generate: - [13200, 13200, 8000, 13200, 9600] cod: ### Path to encoder binary; default search for IVAS_cod in bin folder (primary) and PATH (secondary) bin: ~/git/ivas-codec/IVAS_cod bin: ~/git/ivas-codec/EVS_cod ### Encoder input sampling rate in Hz (resampling performed in case of mismatch); default = null (no resampling) # fs: 32000 dec: ### Path to encoder binary; default search for IVAS_dec in bin folder (primary) and PATH (secondary) bin: ~/git/ivas-codec/IVAS_dec bin: ~/git/ivas-codec/EVS_dec ### Decoder output sampling rate; default = null (same as input) # fs: 48000 Loading
ivas_processing_scripts/constants.py +2 −2 Original line number Diff line number Diff line Loading @@ -69,10 +69,10 @@ DEFAULT_CONFIG = { } DEFAULT_CONFIG_EVS = { "cod": { "bin": find_binary("IVAS_cod", raise_error=False), "bin": find_binary("EVS_cod", raise_error=False), }, "dec": { "bin": find_binary("IVAS_dec", raise_error=False), "bin": find_binary("EVS_dec", raise_error=False), }, } DEFAULT_CONFIG_IVAS = { Loading