# Text To Speech

### Text To Speech

* **Description:** Creates audio for the corresponding text.

  <figure><img src="/files/Nps2CcNeinJ8LNg2GXjq" alt=""><figcaption></figcaption></figure>

**Inputs:**

* **Transcript:** The transcript for the audio.
* **Voice:** The voice name.

{% hint style="info" %}
For the list of supported voices, please refer to the [Voice List API](/api-docs/api-reference/core-api-reference/character-crafting-apis/voice-list-api.md).
{% endhint %}

**Outputs:**

#### ✅ \[On Success]

* **Wave:** Audio response.

#### ⛔ \[On Failure]

*Nothing is returned, check logs for details on why it failed.*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.convai.com/api-docs/plugins-and-integrations/unreal-engine/blueprints-reference/text-to-speech.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
