@@ -53,12 +53,16 @@ The `ivas_processing_scripts` module helps to quickly setup listening tests with
This module may be used by executing the top level python module i.e. `python -m ivas_processing_scripts CONFIG.YML`.
## Configuration file
## Configuration file for processing module
The processing module can be configured to set up a test via a YAML configuration file.
YAML is a superset of JSON, however unlike JSON comments are permitted, which allows for the addition of useful information in the configuration file.
## Configuration file for binaries/executables
The user can specify custom binary paths and names via a YAML configuration file called [_binary_paths.yml_](ivas_processing_scripts/binary_paths.yml). More information on usage can be found in the comments mentioned in the file.
## YAML reference
A read through of the YAML reference card is highly recommended. This can be found here: <https://yaml.org/refcard.html>