Commit d7ea269b authored by Anika Treffehn's avatar Anika Treffehn
Browse files

formatting and small comment in readme

parent eebea347
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -63,9 +63,12 @@ b (HEAD acoustics), c (MQ University), d (Mesaqin.com), and 'LL' stands for the

The impluse responses have to be copied to experiments/selection/P800-{X}/gen_input/IRs.

To generate the items run `python -m ivas_processing_scripts.generation experiments/P800-{X}/config/item_gen_P800-{X}_{l}.yml` from the root folder of the repository.
To generate the items run `python -m ivas_processing_scripts.generation experiments/selection/P800-{X}/config/item_gen_P800-{X}_{l}.yml` from the root folder of the repository.
The resulting files can be found in 'experiments/selection/P800-{X}/proc_input' sorted by category.

For P800-3 the input files for the processing are already provided by the listening lab. This means this step can be skipped.
For tests with ISM input format (P800-6 and P800-7) no IRs are needed, only mono sentences

### Item processing

If the tests includes background noise, the corresponding files have to be copied to 'experiments/selection/P800-{X}/background_noise'.
+0 −1
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@ from ivas_processing_scripts.audiotools.constants import (
    DEFAULT_ISM_METADATA,
    FORMAT_ISM_METADATA_CSV,
    IVAS_FRAME_LEN_MS,
    NUMBER_COLUMNS_ISM_METADATA,
)


+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@
#

import logging
import os

import yaml