Loading README.md +53 −11 Original line number Diff line number Diff line Loading @@ -146,6 +146,8 @@ python other/get_md5.py experiments/characterization/P800-1/proc_final p800-1_ha ### P.800 experiments #### Input structure for P.800 ```bash . └── P800-1 Loading @@ -155,11 +157,13 @@ python other/get_md5.py experiments/characterization/P800-1/proc_final p800-1_ha │ └── <configurations from git.yaml> ├── proc_input │ ├── cat1 │ │ ├── <item_name.wav> │ │ ├── <item_name.wav.{0,1,2,3}.csv> for ISM metadata │ │ └── <item_name.wav.met> for MASA metadata │ │ ├── [l]p[ee]a[y]s[zz].c[nn].wav │ │ ├── [l]p[ee]a[y]s[zz].c[nn].wav.{0,1,2,3}.csv # for ISM metadata │ │ └── [l]p[ee]a[y]s[zz].c[nn].wav.met # for MASA metadata │ ├── cat2... │ └── ...cat6 │ │ # the below directories are created by the processing and collection scripts ├── proc_final │ ├── c01 │ │ └── [l]p[ee]a[y]s[zz].c[nn].wav Loading @@ -171,7 +175,7 @@ python other/get_md5.py experiments/characterization/P800-1/proc_final p800-1_ha ├── cat1 │ ├── out_-16LKFS │ │ ├── c01 │ │ │ └── <item_name.c01.wav> │ │ │ └── [l]p[ee]a[y]s[zz].c[nn].wav │ │ ├── c02... │ │ └── ...cXX │ ├── out_-26LKFS Loading @@ -180,31 +184,69 @@ python other/get_md5.py experiments/characterization/P800-1/proc_final p800-1_ha └── ...cat6 ``` ### BS.1534 experiments #### Output structure for P.800 The folders for upload to box.com and for delivery to the listeing labs should look like the structure below. This is essentially the contents of the `proc_final` directory produced from the collection scripts. ```bash . └── P800-1 ├── c01 │ └── [l]p[ee]a[y]s[zz].c[nn].wav ├── c02... ├── ...c36 ├── preliminaries │ └── [l]p[ee]a[y]s[zz].c[nn].wav └── P800-1_hashes.txt ``` ### BS.1534 experiments #### Input structure for BS.1534 ````bash . └── BS1534-1 ├── config │ └── <configurations from git.yaml> ├── proc_input[_FMT] # for multiple input formats, suffix is present │ ├── <item_name.wav> │ ├── <item_name.wav.{0,1,2,3}.csv> for ISM metadata │ └── <item_name.wav.met> for MASA metadata │ ├── [l]m[ee]a[y]s[zz].c[nn].wav │ ├── [l]m[ee]a[y]s[zz].c[nn].wav.{0,1,2,3}.csv # for ISM metadata │ └── [l]m[ee]a[y]s[zz].c[nn].wav.met # for MASA metadata │ │ # the below directories are created by the processing and collection scripts ├── proc_final │ ├── c01 │ └── <item_name.c01.wav> │ │ └── [l]m[ee]a[y]s[zz].c[nn].wav │ ├── c02... │ ├── ...c08 │ └── preliminaries │ └── <item_name.c01.wav> │ └── [l]m[ee]a[y]s[zz].c[nn].wav └── proc_output[_FMT] # for multiple input formats, suffix is present ├── c01 │ └── <item_name.c01.wav> │ └── [l]m[ee]a[y]s[zz].c[nn].wav ├── c02... └── ...cXX ``` #### Output structure for BS.1534 The folders for upload to box.com and for delivery to the listeing labs should look like the structure below. This is essentially the contents of the `proc_final` directory produced from the collection scripts. ```bash . └── BS1534-1 ├── c01 │ └── [l]m[ee]a[y]s[zz].c[nn].wav ├── c02... ├── ...c08 ├── preliminaries │ └── [l]m[ee]a[y]s[zz].c[nn].wav └── BS1534-1_hashes.txt ``` # Quick guide: How to set up a listening test This section describes step by step how to set up a listening test according to the Processing Plan (IVAS-7) and Test Plan (IVAS-8). Loading Loading
README.md +53 −11 Original line number Diff line number Diff line Loading @@ -146,6 +146,8 @@ python other/get_md5.py experiments/characterization/P800-1/proc_final p800-1_ha ### P.800 experiments #### Input structure for P.800 ```bash . └── P800-1 Loading @@ -155,11 +157,13 @@ python other/get_md5.py experiments/characterization/P800-1/proc_final p800-1_ha │ └── <configurations from git.yaml> ├── proc_input │ ├── cat1 │ │ ├── <item_name.wav> │ │ ├── <item_name.wav.{0,1,2,3}.csv> for ISM metadata │ │ └── <item_name.wav.met> for MASA metadata │ │ ├── [l]p[ee]a[y]s[zz].c[nn].wav │ │ ├── [l]p[ee]a[y]s[zz].c[nn].wav.{0,1,2,3}.csv # for ISM metadata │ │ └── [l]p[ee]a[y]s[zz].c[nn].wav.met # for MASA metadata │ ├── cat2... │ └── ...cat6 │ │ # the below directories are created by the processing and collection scripts ├── proc_final │ ├── c01 │ │ └── [l]p[ee]a[y]s[zz].c[nn].wav Loading @@ -171,7 +175,7 @@ python other/get_md5.py experiments/characterization/P800-1/proc_final p800-1_ha ├── cat1 │ ├── out_-16LKFS │ │ ├── c01 │ │ │ └── <item_name.c01.wav> │ │ │ └── [l]p[ee]a[y]s[zz].c[nn].wav │ │ ├── c02... │ │ └── ...cXX │ ├── out_-26LKFS Loading @@ -180,31 +184,69 @@ python other/get_md5.py experiments/characterization/P800-1/proc_final p800-1_ha └── ...cat6 ``` ### BS.1534 experiments #### Output structure for P.800 The folders for upload to box.com and for delivery to the listeing labs should look like the structure below. This is essentially the contents of the `proc_final` directory produced from the collection scripts. ```bash . └── P800-1 ├── c01 │ └── [l]p[ee]a[y]s[zz].c[nn].wav ├── c02... ├── ...c36 ├── preliminaries │ └── [l]p[ee]a[y]s[zz].c[nn].wav └── P800-1_hashes.txt ``` ### BS.1534 experiments #### Input structure for BS.1534 ````bash . └── BS1534-1 ├── config │ └── <configurations from git.yaml> ├── proc_input[_FMT] # for multiple input formats, suffix is present │ ├── <item_name.wav> │ ├── <item_name.wav.{0,1,2,3}.csv> for ISM metadata │ └── <item_name.wav.met> for MASA metadata │ ├── [l]m[ee]a[y]s[zz].c[nn].wav │ ├── [l]m[ee]a[y]s[zz].c[nn].wav.{0,1,2,3}.csv # for ISM metadata │ └── [l]m[ee]a[y]s[zz].c[nn].wav.met # for MASA metadata │ │ # the below directories are created by the processing and collection scripts ├── proc_final │ ├── c01 │ └── <item_name.c01.wav> │ │ └── [l]m[ee]a[y]s[zz].c[nn].wav │ ├── c02... │ ├── ...c08 │ └── preliminaries │ └── <item_name.c01.wav> │ └── [l]m[ee]a[y]s[zz].c[nn].wav └── proc_output[_FMT] # for multiple input formats, suffix is present ├── c01 │ └── <item_name.c01.wav> │ └── [l]m[ee]a[y]s[zz].c[nn].wav ├── c02... └── ...cXX ``` #### Output structure for BS.1534 The folders for upload to box.com and for delivery to the listeing labs should look like the structure below. This is essentially the contents of the `proc_final` directory produced from the collection scripts. ```bash . └── BS1534-1 ├── c01 │ └── [l]m[ee]a[y]s[zz].c[nn].wav ├── c02... ├── ...c08 ├── preliminaries │ └── [l]m[ee]a[y]s[zz].c[nn].wav └── BS1534-1_hashes.txt ``` # Quick guide: How to set up a listening test This section describes step by step how to set up a listening test according to the Processing Plan (IVAS-7) and Test Plan (IVAS-8). Loading