<< Click to display table of contents >> TCustomRVMicrophone.SoundMinLevel |
The minimal acceptable value of the sound amplitude.
property SoundMinLevel: Byte;
Sound fragments having lower average amplitude will be ignored.
0 means that all sound is played.
This property allows to cut off too quiet sound.
This property is applied to sound read from a microphone. If WAVUseOptions=True, it is applied to sound from WAV-files as well.
Note: value of this property corresponds to 8-bit sound audio samples (BitsPerSample = rvbps8). If BitsPerSample = rvbps16, the value of this property is multiplied by 256 before the comparison with samples.
Default value:
10