
If the audio period below the db Threshold is longer than the AttackTime, the beginning of that section will be considered as the beginning of silence.
If the audio period above the db Threshold is longer than the ReleaseTime, the beginning of that section will be considered as end of silence.
Silence Definition
For a very quiet high quality audio, the dbThreshold value is lower (ie. as -60dB). For noisier audio, the value is much higher (ie. -30dB).
If the audio above the specified threshold is more than the number of milliseconds specified, this audio section will be considered valid, and not silence. Use higher values for ReleaseTime to ignore short periods of audio (like clicks, static, or other noise). If this value is too high however (above 200ms), short words may be skipped.
Use lower values for AttackTime than ReleaseTime.
|