The threshold between what the module identifies as silence and non-silence.
Note: From the 11.2 release, HPE IDOL Speech Server uses a new algorithm for audio preprocessing. The new algorithm uses DNN technology, which provides better performance and requires less tailoring to specific audio types.
The new implementation ignores speech and silence threshold parameters, and also distinguishes between music and noise, rather than simply recognizing music and noise as a single non-speech category. All tasks use the new algorithm, but the old algorithm is retained for backwards compatibility, and can be used in exactly the same way as before.
Type: | Integer |
---|---|
Default: | 50 |
Recommended Range: |
Minimum: 20 Maximum: 100 |
Required: | No |
Configuration Section: | audiopreproc and splitspeech modules |
Example: | MaxSilThresh=60
|
See Also: | SilThresh (action parameter) |
|