> 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-it/strumenti-ai-1/doubles.md).

# Doppi

## Che cosa sono i Doppi

Nella produzione di Voce, di solito registriamo altre due take sui lati, panoramizzate tra il 50% e il 100%, con una Voce principale o una Voce di armonia per una dimensione e una pienezza maggiori.

{% hint style="info" %}
**Perché non duplicare?**

Se duplichi soltanto, il contenuto sarà esattamente uguale all'originale. In questo caso, l'AI genererà lo stesso risultato Audio per la copia duplicata, causando problemi di Fase.
{% endhint %}

## Crea raddoppi

Fai clic destro su una Clip MIDI o sull'intestazione della Traccia e seleziona “Crea doppi di Voce” nel menu contestuale per aprire il pannello Doppi.

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

Nel pannello dei Doppi di Voce, puoi

* Imposta la somiglianza con il contenuto originale. Il 100% indica nessuna modifica rispetto all'originale.
  * Il processo di umanizzazione predefinito include la Durata: delle note e la loro posizione, oltre alla Durata: delle consonanti
  * L'85% - 90% è sufficiente per le esigenze normali.
* Se applicare effetti casuali al pitch dell'utente.
  * Avrà effetto solo sulle curve di pitch che disegni. Il pitch predefinito generato dall'AI non verrà modificato selezionando questa casella di controllo.
* Se applicare effetti casuali a VoiceMix.
  * Se non hai usato Voci Miste in questa Traccia, non è necessario selezionare questa casella.

<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-it/strumenti-ai-1/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.
