> For the complete documentation index, see [llms.txt](https://easyvfx.gitbook.io/docs.easyvfx.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://easyvfx.gitbook.io/docs.easyvfx.ai/easyvfx-lip-sync/blender/setting-up/settings/tts-text-to-speech.md).

# TTS (text-to-speech)

1. **Text-Based Option**:
   1. To generate audio from text, first create a text component in Blender under the "Scripts" tab.
   2. Then, select it from the “Text components” dropdown.&#x20;
   3. Choose a voice engine from the “Voice engine” dropdown.
   4. Click the “Select voice” button to open a pop-up window where you can choose the language.

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

2. **Audio-Based Option**:
   1. Click the folder icon and upload the audio file you want to use.&#x20;
   2. Adjust the settings, then click the “Process audio” button to generate the audio track. Check the Status field for progress.&#x20;

      <table data-full-width="false"><thead><tr><th width="166.33333333333331">status</th><th width="406">description</th><th>source</th></tr></thead><tbody><tr><td><mark style="background-color:red;"><strong>___</strong></mark></td><td>audio not uploaded</td><td>audio or text</td></tr><tr><td><mark style="background-color:green;">loaded</mark></td><td>audio uploaded from a file</td><td>audio</td></tr><tr><td><mark style="background-color:green;">generated</mark></td><td>audio generated from the server</td><td>text</td></tr></tbody></table>
   3. Once the track is generated, click “Play / Stop audio” to listen, and click “Save audio” to save the track.

{% hint style="info" %}
If the audio doesn’t play when you click the “Play / Stop audio” button, go to **Edit > Preferences > System** in Blender. Scroll to the Sound sub-panel at the bottom and change the “Audio Device” setting.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://easyvfx.gitbook.io/docs.easyvfx.ai/easyvfx-lip-sync/blender/setting-up/settings/tts-text-to-speech.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
