> 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

## Cosa sono i Doppi

Nella produzione di Voce, di solito registriamo altre due take sui lati, con panning dal 50% al 100%, con una voce principale o una voce armonica, per ottenere maggiore ampiezza e pienezza.

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

Se duplichi soltanto, il contenuto sarà esattamente identico all'originale. In questo caso, l'IA genererà lo stesso risultato audio per il duplicato, causando problemi di Fase.
{% endhint %}

## Crea raddoppi

Fai clic con il tasto 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: e la posizione delle note, oltre alla Durata: delle consonanti
  * L'85% - 90% è sufficiente per le esigenze standard.
* Se applicare effetti casuali al pitch dell'utente.
  * Questo avrà effetto solo sulle curve di pitch che disegni. Il pitch predefinito generato dall'IA non verrà modificato selezionando questa casella.
* Se applicare effetti casuali a VoiceMix.
  * Se non hai usato Voci Miste su 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.
