# Language And Speech

## Introduction

The **Language and Speech** section allows you to define the spoken languages, select a voice, and improve pronunciation and recognition for your AI character. With support for multiple languages and voice providers, you can ensure that your character communicates naturally and effectively with your audience.

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

***

## Main Features

### 1. Set Language

* Choose the languages your character can speak and understand.
* Supports **multilingual** select between **1 and 4 languages**.
* Default language: **English**.
* Over **65+ languages** are available.
* Selecting a language will filter the available voices in the **Voice** section.

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

***

### 2. Voice Selection

* The **Voice** field provides access to over **1,200** voices in total. When you select a language, the available voices are filtered accordingly, so the number of voices varies by language.
* Supported **voice providers**:
  * Google Cloud Platform (GCP)
  * Microsoft Azure
  * OpenAI
  * ElevenLabs
* **Custom Voices** can be added through ElevenLabs.
  * See: [**ElevenLabs Voice Integration Documentation**](https://docs.convai.com/api-docs/plugins-and-integrations/other-integrations/third-party-api-integrations/elevenlabs-api-integration) for setup details.

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

***

### 3. Add Custom Pronunciation

Custom pronunciations help your character pronounce specific words correctly, especially unusual or brand-specific terms.

* To add:
  * **Spelled As** – The word as it appears in text.
  * **Pronounced As** – How it should sound, written phonetically in plain English.
* Example:
  * **Spelled As:** convai
  * **Pronounced As:** convey
* **Case-sensitive:** Uppercase and lowercase entries can have different pronunciations.

{% hint style="danger" %}
Currently **only supports English**.
{% endhint %}

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

***

### 4. New Word Recognition

New Word Recognition improves your character’s ability to understand unique or challenging words in speech input.

* To add:
  * **Spelled As** – The correct spelling of the word.
  * **Pronounced As** – The phonetic pronunciation using simple syllables.
* Example:
  * **Spelled As:** Ankur
  * **Pronounced As:** Ahnkur

{% hint style="danger" %}
Currently **only supports English**.
{% endhint %}

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

***

## Conclusion

The Language and Speech settings provide complete control over how your character communicates, from language selection and voice choice to fine-tuning pronunciation and recognition. These tools help ensure your AI character delivers clear, accurate, and engaging interactions for users.


---

# 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/convai-playground/character-customization/language-and-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.
