CSS pitch-range property
CSS pitch-range Property
Description
The pitch-range property defines the range of pitch variation in spoken text.
Possible Values
- **number** – Higher pitch-range values make the voice appear more “lively” because different pitches are used during speech. A value of 0 produces a voice without any pitch variation—in other words, a flat, monotone voice. A value of 50 is defined as a “normal” level of intonation. Higher values will make the sound more dynamic.
DOM Syntax
object.style.pitchRange = "50";
Applies to
All HTML elements
Example
This is an example –
<style type = "text/css">
<!--
body {pitch-range: 66;}
*.mogire {pitch-range: 0;} -->
</style>