> 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/stem-splitter.md).

# Separatore Stem

## Cos'è il Separatore Stem

Separatore Stem è uno strumento che consente di dividere un Clip Audio contenente un mix completo in Tracce separate per le sue componenti principali, come Voci, batteria, Basso e altri Strumenti.

## Come usare il Separatore Stem

Il Separatore Stem funziona su una regione selezionata della tua timeline. Fai clic e trascina sulla Tela per creare una selezione. Assicurati che la selezione copra la Clip Audio che desideri dividere.

Esistono 3 modi per aprire il pannello Separatore Stem:

* Fai clic sul **Separatore Stem** icona nella barra degli strumenti principale.
* Con la regione selezionata, fai clic con il pulsante destro del mouse per aprire il menu contestuale. Vai al sottomenu Strumenti AI e seleziona **Separatore Stem**.
* Fai clic su <kbd>Dividi in Tracce Stem</kbd> pulsante sul lato sinistro del visualizzatore della Clip Audio. Per ulteriori informazioni sul Clip Audio, fai riferimento a [Clip](/docs/product-wiki-it/progetto/arrangement-in-canvas/clips.md).

## Dividi le Tracce Stem

All'interno del pannello Separatore Stem, devi configurare come desideri dividere l'audio.

* Scegli una delle 3 modalità di divisione degli Stem:
  * Base: Voce + Strumentale
  * Professionale: Voce, Batteria, Basso, Piano, Chitarra, Altri
  * Avanzata: tutte le Tracce Stem rilevate
* Rimuovi riverbero e Cori, disponibile nelle modalità Base e Professionale.

Dopo aver selezionato la modalità di divisione delle Tracce Stem, fai clic sul <kbd>Dividi</kbd> pulsante. Dopo alcuni secondi di elaborazione, le Tracce Stem verranno aggiunte sotto la traccia originale.


---

# 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/stem-splitter.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.
