voice-family property
Specifies the type of voice to use as speak control.
JavaScript page for this property: voiceFamily. You can find other example(s) there. |
Possible values:
One of the following values: | ||||||||||||||||||||||||||||||||||||||||||||||
|
Description of values:
Child voice. | |||||||
Female voice. | |||||||
Takes the value of this property from the computed style of the parent element. | |||||||
Male voice. | |||||||
Neutral voice. | |||||||
Old voice. | |||||||
String that identifies a specific voice on the user's system. | |||||||
Integer that indicates the number of the voice characteristic in the order of the given generic-voice. | |||||||
Young voice. |
Default: young male 0.
Example HTML code 1:
This example illustrates the use of the voice-family property:
|
||||
<head> <style> .example { voice-family: "Louis Amstrong", male; } </style> </head> <body> <div class="example">What a wonderful world</div> </body> |
||||
|
||||
Did you find this example helpful?
|
Supported by tags:
a, abbr, acronym, address, b, bdo, big, blink, blockQuote, body, button, caption, center, cite, code, col, colGroup, dd, del, dfn, dir, div, dl, dt, em, fieldSet, font, form, H1, H2, H3, H4, H5, H6, html, i, input:button, input:file, input:password, input:reset, input:submit, input:text, ins, isIndex, kbd, label, legend, li, marquee, menu, ol, optGroup, option, p, plainText, pre, q, s, samp, select, small, span, strike, strong, sub, sup, table, tBody, td, textArea, tFoot, th, tHead, tr, tt, u, ul, var, xmp
Related pages:
-xv-interpret-as
-op-phonemes
-xv-voice-balance
-xv-voice-duration
-op-voice-pitch
-op-voice-pitch-range
-op-voice-rate
-op-voice-stress
-op-voice-volume
cue
cue-after
cue-before
pause
pause-after
pause-before
rest
rest-after
rest-before
speak
-op-phonemes
-xv-voice-balance
-xv-voice-duration
-op-voice-pitch
-op-voice-pitch-range
-op-voice-rate
-op-voice-stress
-op-voice-volume
cue
cue-after
cue-before
pause
pause-after
pause-before
rest
rest-after
rest-before
speak
External links:
User Contributed Comments