Returns the current speech volume
# Metadata
Platforms: desktop, server OS: mac, windows Introduced: 2.8.1 Security:
# Syntax
revGetSpeechVolume()
# Examples
put revGetSpeechVolume() into tVolume
# Description
Use the revGetSpeechVolume function to find out what the current volume that LiveCode will speak at is.
The default volume is 100 on both Windows and Mac OS X.
>*Important:* The revGetSpeechVolume function is part of the > Speech library. To ensure that the function works in a > standalone application, you must include this > LiveCode custom library when you create your > standalone application. In the Inclusions pane of the > Standalone Application Settings window, make sure the "Speech" > library checkbox is checked.
# Tags
# See
- **control structure:** function - **command:** revSetSpeechSpeed, revSetSpeechVolume - **glossary:** Standalone Application Settings, standalone application, LiveCode custom library - **library:** Speech library