The duration of audio (in frames) to process without a genuine results before outputting a non-result tag.
By default, IDOL Speech Server does not output anything when there is no result. Set OutputNonResults
to a positive integer to periodically output a non-result tag when there is no result. This option provides more feedback about the progress of the matching task.
The value of OutputNonResults
is the number of frames that IDOL Speech Server processes without a match before it outputs a non-result tag.
The non-result tag is the string <->. In the output file, it is included along with the processing resolution time at that point.
Action: | AddTask
CheckResources |
Task: | AfpMatch
|
Type: | Integer |
Default: | 0 |
Example: | OutputNonResults=50
|
See Also: | OutputNonResults (configuration parameter) |
|