> For the complete documentation index, see [llms.txt](https://docs.acestudio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acestudio.ai/docs/product-wiki-es/sintetizador-vocal-ia/creating-ai-vocals/voice-blending.md).

# Mezcla de voces

## ¿Qué es la Mezcla de voces?

Con esta función, puedes mezclar diferentes voces para crear una voz híbrida mediante IA.

La Mezcla de voces te permite combinar múltiples semillas de voz bajo la misma versión del modelo de Síntesis Vocal.

Puedes guardar manualmente tus preajustes mezclados personalizados en la Librería de Voz.

Para usar un preajuste mezclado, simplemente arrástralo al lienzo o al encabezado de la pista.

## Mezcla de voces

Haz clic en el encabezado de la pista para abrir el panel de pista. En el panel de pista hay un módulo llamado «Mezclar Voces».

* Haz clic en el <kbd>+</kbd> botón para añadir diferentes semillas de voz desde la lista emergente.
* Ajusta la relación de mezcla arrastrando verticalmente cada fader.
* Haz clic derecho en una semilla para eliminarla o copiarla.
* Copia y pega la receta de mezcla en otra pista de cantante usando el menú de Configuración en la esquina superior derecha del panel.

<figure><img src="/files/1bfdf8c7c9c9470111ce6fd61ae48733fc9e45cf" alt="Creating a hybrid AI voice in ACE Studio using the Voice Blending panel to mix multiple singers." width="361"><figcaption></figcaption></figure>

{% hint style="info" %}
En Verse24 y anteriores, la mezcla implica dos dimensiones separadas: Timbre y Estilo.\
De forma predeterminada, sus proporciones están sincronizadas. Puedes desvincularlas haciendo clic en el botón de cadena del centro de cada semilla para realizar ajustes independientes.
{% endhint %}

### Mezcla de voces en Modo Unísono

Puedes mezclar voces para cada voz dentro de [Modo Unison para Voces](/docs/product-wiki-es/sintetizador-vocal-ia/creating-ai-vocals/unison-mode-for-vocals.md). El **Mezclar Voces** corresponde a la voz seleccionada en la lista de voces.


---

# 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://docs.acestudio.ai/docs/product-wiki-es/sintetizador-vocal-ia/creating-ai-vocals/voice-blending.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.
