> 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

Usa dobles para crear un sonido más amplio y lleno.

## Qué son los Dobles

En la producción vocal, solemos grabar dos tomas adicionales en los laterales, panoramizadas entre un 50 % y un 100 %, junto con una vocal principal o una vocal de armonía para lograr mayor amplitud y plenitud.

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

Si simplemente 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 con el botón derecho en un clip MIDI o en el encabezado de la pista y selecciona «Crear dobles vocales» en el menú contextual para abrir el panel Dobles.

<figure><img src="https://2325706857-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fsn71WYzecYYQw3KkF40b%2Fuploads%2Fi6Du5hrTCm8s3xN4s7Mc%2Fdoubles.png?alt=media&amp;token=48103520-50c7-4d6b-8a70-02b990ad58cf" alt="ACE Studio&#x27;s vocal double panel." width="290"><figcaption></figcaption></figure>

En el panel de dobles vocales, puedes

* Configurar la similitud con el contenido original. El 100 % representa la ausencia de cambios respecto al original.
  * El proceso de humanización predeterminado incluye la duración y la posición de las notas, así como la duración de las consonantes.
  * Un 85 % - 90 % es suficiente para las necesidades habituales.
* Si se aplican efectos aleatorios al tono definido por el usuario.
  * Esto solo afectará a las curvas de tono que dibujes. El tono predeterminado generado por la IA no cambiará al seleccionar esta casilla.
* Si se aplican efectos aleatorios a VoiceMix.
  * Si no has mezclado voces en esta pista, no es necesario 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.
