PITCH-RANGE Property In CSS
pitch-range Property in CSS
pitch-range property Declares a change in the pitch range of a voice.
Possible Value:
Number values between 0 and 100 (lower values indicate a flat voice while higher values indicate an animated voice).
Examplediv { pitch-range:50; }
div { pitch-range:99; }