# AI Voices

### Explore Versatility: Tailored Synthetic Voices for Every Narrative

Immerse yourself in a world of creativity with our AI Voices feature. Tailored for various tones and styles, this groundbreaking tool offers creators a diverse library of customizable synthetic voices. From compelling narrations to dynamic character dialogues, elevate your content with unparalleled versatility and creative freedom. Step into the future of voice synthesis today.

<div align="left"><figure><img src="/files/v7fQBn5Wk0HkqnTJjPWm" alt=""><figcaption></figcaption></figure> <figure><img src="/files/nqtOo9IvUf3Ek1eXIPvo" alt=""><figcaption></figcaption></figure></div>

$$
\mathcal{V}(\text{Narrative}, \text{Style}; \Theta) = \text{NN}*{\text{Synthesis}}(\text{NN}*{\text{Text2Speech}}(\text{Narrative}, \alpha\_{\text{Narrative}}) \oplus \text{NN}*{\text{StyleEmbed}}(\text{Style}, \alpha*{\text{Style}}); \Theta) \
$$

* $$\text{Style}$$ represents the synthesized voice output tailored for a specific narrative and style.
* $$\text{Narrative}$$ is the narrative content for which the voice is synthesized.
* $$\text{Style}$$ represents the desired style or tone for the synthesized voice.
* $$ΘΘ$$ represents the parameters of the entire synthesis model.
* $$\text{NN}\_{\text{Synthesis}}$$ denotes the neural network model responsible for voice synthesis.
* $$\text{NN}\_{\text{Text2Speech}}$$ represents the neural network model for converting text input into speech.
* $$\text{NN}\_{\text{StyleEmbed}}$$ represents the neural network model for embedding the style features.
* $$\alpha\_{\text{Narrative}}$$ and $$\alpha\_{\text{Style}}$$ are the parameters for narrative and style embeddings respectively.
* $$⊕⊕$$ denotes concatenation operation, combining the narrative and style embeddings.


---

# 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://textopia.gitbook.io/textopia.ai/features/text-to-speech/ai-voices.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.
