Chapter 23
560
To check whether the speech is currently speaking, paused, or stopped:
•
Use the
voiceState()
function.
To set the volume of the voice:
•
Use the
voiceSetVolume()
command.
To set the pitch of the voice:
•
Use the
voiceSetPitch()
command.
To determine the chronological number of the current word within the string being spoken:
•
Use the
voiceWordPos()
function.
The following frame script tests whether the current voice is female and starts speech if it is. In
this case the
voiceSpeak()
command specifies the text of the cast member named
“TextCommentary”.
on exitFrame
voiceProps = voiceGet()
if voiceProps.gender = "female" then
voiceSpeak(member("TextCommentary").text)
end if
end
For a complete list of Lingo terms that control text-to-speech and keyboard navigation, see
“Accessibility” on page 31 of the Lingo by Feature section of the Lingo Dictionary.
Deploying accessible movies
To successfully deploy an accessible movie, you become familiar with the Speech Xtra’s system
requirements and download procedure as well as the experience users will have with your
accessible movie in real-world situations.
Adding the Speech Xtra
If you use the text-to-speech feature in a projector, you need to include the Speech Xtra in your
movie’s Xtra list. Normally, Xtra extensions that are not included in a movie’s default Xtra list are
added to the list when a cast member that requires one is added to the cast. You can view the
default Xtra list by opening a new movie and selecting Modify > Movie > Xtras.
The Speech Xtra is a Lingo-only Xtra, which means that it adds commands and properties to
the Lingo scripting language but does not add support for any new cast member types. Because
the Speech Xtra is not associated with any kind of cast member, you must add it to the movie’s
Xtra list manually.
Содержание DIRECTOR MX-USING DIRECTOR MX
Страница 1: ...Using Director MX Macromedia Director MX...
Страница 12: ...Contents 12...
Страница 156: ...Chapter 4 156...
Страница 202: ...Chapter 6 202...
Страница 244: ...Chapter 7 244...
Страница 292: ...Chapter 10 292...
Страница 330: ...Chapter 12 330...
Страница 356: ...Chapter 13 356...
Страница 372: ...Chapter 14 372...
Страница 442: ...Chapter 16 442...
Страница 472: ...Chapter 18 472...
Страница 520: ...Chapter 19 520...
Страница 536: ...Chapter 20 536...
Страница 562: ...Chapter 23 562...
Страница 566: ...Chapter 24 566...
Страница 602: ...Chapter 27 602...