Here is a list of parameters needed by the test. This table lists only the parameters that have some special information about parameters or that override or adds new parameters to the common test parameters list.
Parameter | Value | Description | R/O |
---|---|---|---|
class | SSMS | A class alias (SSMS) or a fully qualified java class name (guinea.logic.SSMSTest) of the class that handles the SSMS test. | Req. |
The SSMS has some special parameters. Prepend parameter names with 'SSMS.' string, for example:
# set level of sample S1 SSMS.S1Volume=-10dBHere is the list:
Parameter | Value | Description | R/O |
---|---|---|---|
S1Volume | Volume level | Se the volume of the sample S1. The volume level can be given in linear, decibel or percent scale. The default is to use the sample's inherent level (level is 0dB (decibel) or 1.0 (linear)). | Opt. |
S2Volume | Volume level | Se the volume of the sample S2. It is used to set the constrant gain for S2 or it is it's initial gain if variable gain is used for this signal. | Opt. |
S3Volume | Volume level | Se the volume of the sample S3. It is used to set the constrant gain for S3 or it is it's initial gain if variable gain is used for this signal. | Opt. |
monochannel | channel index | To which output channel to direct the output of the mono samples S1 and S2. Default is 1 (right), 0 would be left. | Opt. |
ensureNoOverflows | true or false | Limit output volume so that no overflows should occur when many samples are played together. | Opt. |
scaleMax | Volume level | The maximum on the scale that the subject uses for setting the level of samples S2 and S3. This is used to avoid overflows. The default is that the maximum of the scale is 0dB (1.0 linear). This parameter has no effect when ensureNoOverflows is false. | Opt. |
levelControlName | questionID | The question ID that is also used to control the level of the S2 and S3 samples. Default is 'level'. | Opt. |
levelControlsSignals | list of signals | Specify which signals the level (gain) controller controls. By default it is 'S3' (variable gain for S3, constrant gain for S2). Multiple signals are specified with a comma-separated list of signal names, for example, the list 'S2,S3' tells the gain controller to set the gain for both S2 and S3. | Opt. |
Parameter | Value | Description | R/O |
---|---|---|---|
S1 | sample ID | Sample ID of the S1 sample. It is a stereo background noise sample. | Req. |
S2 | sample ID | Sample ID of the S2 sample. It is a mono noise sample. | Req. |
S3 | sample ID | Sample ID of the S3 sample. It is a mono speech sample. | Req. |
Here is an example of an SSMS item:
# which sample is the S1 sample item1.S1=tausta1 # which sample is the S2 sample item1.S2=noise1 # which sample is the S3 sample item1.S3=crapachiThe items itemID is 'item1'.