smooth property

double smooth
getter/setter pair

The smoothing coefficient for audio attribute information prompt. The range is (0.0, 1.0].

The default value is 1.0, which means the smoothing effect is off by default. Smaller the value, smoother the audio volume prompt.
If you want to enable the smooth effect, the recommended value is 0.3.

Implementation

double smooth;