Delete Silence
Deletes silence from the selected part of an audio file.

The Delete silence method has these parts:
Part |
Description |
Threshold |
The threshold audio level (in db). It is negative value, for example "-40". It varies from -90 to 0. |
Attack Time |
The period of audio (in ms) below the given threshold before assuming the silence is started. |
Release Time |
The period of audio (in ms) above the given threshold after it is determined to be the end of the silence. |
If signal is below the Threshold for more than Attack Time, beginning of that spot in the audio will be considered beginning of silence.
If signal is above the Threshold for more than Release Time, beginning of that spot in the audio will be considered end of silence.
Silence Definition
For very quiet high quality audio, the Threshold value will be lower (like -60dB). For noisier audio, the value may be much higher (like -30dB).
- If audio is above this given threshold for more than the number of milliseconds given, audio 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 much less values for AttackTime than ReleaseTime.
|