AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones específicas para móviles / Funciones de síntesis de voz
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
Used to find out whether a read operation is in progress on the engine for speech synthesis.
Example
IF SpeechSynthesisInProgress() = True THEN
SpeechSynthesisStop()
END
Syntax
<Result> = SpeechSynthesisInProgress()
<Result>: Boolean
  • True if a read operation is in progress,
  • False otherwise.
Remarks
  • Only the read operations started by the application are taken into account.
  • To stop all the current read operations, use SpeechSynthesisStop.
  • 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
Versión mínima requerida
  • Versión 17
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local