# Native Voice Message

Synthetizes text into speech using the native speech synthesizer from the operative system.

Action available for the following operating systems:

![](https://3821468174-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTlA1suFa5N48x_83N%2F-MMLweVCblF_eLavU-dq%2F-MMLyQTNWLRK7nJlrbHY%2FIOS_And_Win10%20e%20Win32.PNG?alt=media\&token=2c279f8f-79a1-4718-9c67-998c5bf759e4)

### Parameters

* **Message** *\<string> -* The text to be spoken.
* **Output To** *\<numeric>*
  1. Speakers - Uses the system default speakers.
  2. Audio File - Outputs the speech into a WAV file.<br>
* **WaitFor End of Message** *\<numeric>*

  1. Yes. This call will block until the end of the speech.
  2. No. This call will return immediately and the system will continue to speak in the background.

  Valid only when **Output To=Speakers**<br>
* **Beep at End of Message** *\<numeric>*

  1. Yes. A Beep will be produced at the end of the speech. Valid only when **Wait For End Of Message=Yes.**
  2. No.

  Valid only when **Output To=Speakers**<br>
* **Target File** *\<string> -* The file to write the WAV contents of the speech to.

{% hint style="info" %}
If **Wait For End Of Message=No** this call may still block if a previous speech is being processed, and this call will return when the current speech starts to be spoken.
{% endhint %}
