CSS voice-range Speech Media property


The voice-range property in CSS is used to set the range of the speaking voice. This is the pitch range.

The following is the syntax:

voice-range: [[x-low | low | medium | high | x-high]]

Above, set the range of pitch i.e. low, medium, high, etc.

The following is an example of the voice-range property:

p {
   voice-range: 90Hz;
}

Updated on: 25-Jun-2020

76 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements