> 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/herramientas-de-ia/doubles.md).

# Dobles

## Qué son los Dobles

En la producción vocal, normalmente nos gusta grabar dos tomas adicionales a los lados, paneadas entre 50 % y 100 %, con una vocal principal o una vocal de armonía para lograr una dimensión más amplia y mayor plenitud.

{% hint style="info" %}
**¿Por qué no duplicar?**

Si solo duplicas, el contenido será exactamente igual al original. En este caso, la IA generará el mismo resultado de audio para el duplicado, lo que provocaría problemas de fase.
{% endhint %}

## Crear dobles

Haz clic derecho en un Clip MIDI o en la cabecera de la Pista, y selecciona “Crear dobles vocales” en el menú contextual para abrir el panel de Dobles.

<figure><img src="/files/287a7123914454a499de2e01b46e5337d2623ea9" alt="ACE Studio&#x27;s vocal double panel." width="290"><figcaption></figcaption></figure>

En el panel de dobles vocales, puedes

* Ajustar la similitud con el contenido original. El 100 % representa que no hay cambios respecto al original.
  * El proceso de humanización predeterminado incluye la duración y la posición de las notas, y la duración de las consonantes
  * 85 % - 90 % es suficiente para las necesidades habituales.
* Si aplicar efectos aleatorios al tono del usuario.
  * Esto solo surtirá efecto en las curvas de tono que dibujes. El tono predeterminado generado por la IA no cambiará al seleccionar esta casilla.
* Si aplicar efectos aleatorios a VoiceMix.
  * Si no has mezclado voces en esta Pista, no necesitas marcar esta casilla.

<br>


---

# 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/herramientas-de-ia/doubles.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.
