Commit 889d2284 authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch...

Merge branch '40-item-processing-scripts-add-option-to-use-wine-together-with-ivas-evs-executables' into 'main'

Resolve "Item-processing scripts: Add Option to use wine together with IVAS/EVS executables"

See merge request !76
parents 927a64f9 cd66bf6b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@
# master_seed: 5
### Additional seed to specify number of preruns (used for background noise delay and FER bitstream processing); default = 0
# prerun_seed: 2
### flag for linux to use windows-built binaries with wine: default = false
### this requires the wine binary to be available and will be ignored on windows
# use_windows_codec_binaries: True,

### Any relative paths will be interpreted relative to the working directory the script is called from!
### Usage of absolute paths is recommended.
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ prerun_seed: 2

input_path: "experiments/selection/BS1534-1a/proc_input"
output_path: "experiments/selection/BS1534-1a/proc_output"
use_windows_codec_binaries: True

################################################
### Input configuration
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ prerun_seed: 2

input_path: "experiments/selection/BS1534-1b/proc_input"
output_path: "experiments/selection/BS1534-1b/proc_output"
use_windows_codec_binaries: True

################################################
### Input configuration
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ prerun_seed: 2

input_path: "experiments/selection/BS1534-2a/proc_input"
output_path: "experiments/selection/BS1534-2a/proc_output"
use_windows_codec_binaries: True

################################################
### Input configuration
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ prerun_seed: 2

input_path: "experiments/selection/BS1534-2b/proc_input"
output_path: "experiments/selection/BS1534-2b/proc_output"
use_windows_codec_binaries: True

################################################
### Input configuration
Loading