You are here: Reference > CSS > properties > browser specific extensions > -op-voice-pitch

-op-voice-pitch property | -xv-voice-pitch property

Browser support:
-op-voice-pitch:
-xv-voice-pitch:
Specifies the average frequency of the speaking voice.
Same as the voice-pitch property in the CSS3 declaration.
The -op-voice-pitch and -xv-voice-pitch properties are equivalent in Opera.
JavaScript page for this property: opVoicePitch | XvVoicePitch. You can find other example(s) there.

Possible values:

 One of the following values: 
frequency (floating-point in Hz)
A floating-point number followed by Hz, the average frequency of the speaking voice in Hertz.
high
Values depend on the voice family.
inherit
Takes the value of this property from the computed style of the parent element.
low
Values depend on the voice family.
medium
Values depend on the voice family.
x-high
Values depend on the voice family.
x-low
Values depend on the voice family.
Default: medium.

Example HTML code 1:

This example illustrates the use of the -xv-voice-pitch property:
<head>
    <style>
        .example {
            -xv-voice-pitch: high;
        }
    </style>
</head>
<body>
    <p class="example">Sets the average pitch of the speaking voice to high.</p>
    Select the text above, right click and select speak
</body>
Did you find this example helpful? yes no

Supported by tags:

Related pages:

External links:

User Contributed Comments

Post Content

Post Content