ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Mobile specific functions / Speech Synthesis functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Stops all the current read operations on the engine for speech synthesis.
Example
IF SpeechSynthesisInProgress() = True THEN
SpeechSynthesisStop()
END
Syntax
SpeechSynthesisStop()
Remarks
  • Only the read operations started by the application are stopped. To know whether a read operation is in progress on the speech synthesis engine, use SpeechSynthesisInProgress.
  • AndroidAndroid Widget Speech synthesis functions are only available on devices with Android 1.6 or higher (API level 4).
    A fatal error occurs if the function is used with an earlier system version.
    To determine the version of Android the application is running on, use SysAndroidVersion.
  • iPhone/iPadIOS WidgetMac Catalyst Speech synthesis functions are only available on devices with iOS 7 and higher. The speech synthesis does not operate on the iOS 8 emulators.
  • Universal Windows 10 App Required application feature
    When this function is used, an application feature is declared in the application generation wizard.
    Required feature: Microphone: This feature allows the applications to perform audio recordings.
Component: wd290android.aar
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help