Commit 80de381d authored by Anika Treffehn's avatar Anika Treffehn
Browse files

changed naming infofor background noise in readme

parent 8cdbee4d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -76,11 +76,11 @@ For tests with ISM input format (P800-6 and P800-7) no IRs are needed, only mono

### Item processing

The input has to be in the folder 'experiments/selection/P800-{X}/proc_input_{l}'. If item generation is performed previous to this step, the crresponding files are already in the right folder.
The input has to be in the folder 'experiments/selection/P800-{X}/proc_input_{l}'. If item generation is performed previous to this step, the corresponding files are already in the right folder.
If this step is performed independently of the previous one the input files have to be copied to the respective folder sorted by category.

If the test includes background noise, the corresponding files have to be copied to 'experiments/selection/P800-{X}/background_noise'.
The naming has to follow the scheme 'background_noise_cat{c}.wav' where 'c' denotes the category with a number between one and six.
For most tests the naming has to follow the scheme 'background_noise_cat{c}.wav' where 'c' denotes the category with a number between one and six. For the P800-2 test, the naming has to follow 'background_noise_cat{c}-lab_{l}.wav'

To process the items run `python generate_test.py P800-{X},{l}` from the root folder of the repository.
The results can be found in 'experiments/selection/P800-{X}/proc_output_{l}'.