CSS Voice-Pitch-Range Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
Description
Specifies variation in average pitch. The perceived pitch of a human voice is determined by the fundamental frequency and typically has a value of 120Hz for a male voice and 210Hz for a female voice. Human languages are spoken with varying inflection and pitch; these variations convey additional meaning and emphasis. Thus, a highly animated voice, i.e., one that is heavily inflected, displays a high pitch range. This property specifies the range over which these variations occur, i.e., how much the fundamental frequency may deviate from the average pitch.
Syntax
voice-pitch-range: [value]
Possible values
- [number]
- [percentage]
- x-low
- low
- high
- x-high
- inherit
Initial Value
implementation dependent
Applies To
All elements
Inherited
Yes
Media
Speech
Example
.class {
voice-pitch-range: low;
}
Loading Twitter