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

# Separador de pistas

## Qué es el Separador de pistas

Separador de pistas es una herramienta que te permite dividir un clip de audio que contiene una mezcla completa en pistas separadas para sus componentes principales, como voces, batería, bajo y otros instrumentos.

## Cómo usar el Separador de pistas

Separador de pistas funciona sobre una región seleccionada de tu línea de tiempo. Haz clic y arrastra en el Lienzo para crear una selección. Asegúrate de que esta selección cubra el clip de audio que deseas dividir.

Hay 3 formas de abrir el panel del Separador de pistas:

* Haz clic en el **Separador de pistas** icono en la barra de herramientas principal.
* Con tu región seleccionada, haz clic derecho sobre ella para abrir el menú contextual. Ve al submenú Herramientas de IA y selecciona **Separador de pistas**.
* Haz clic en el <kbd>Dividir en Pistas</kbd> botón en el lado izquierdo del visor de Clip de audio. Para más información sobre Clip de audio, consulta [Clips](/docs/product-wiki-es/proyecto/arrangement-in-canvas/clips.md).

## Dividir Pistas

Dentro del panel del Separador de pistas, debes configurar cómo deseas dividir el audio.

* Elige uno de los 3 modos de Dividir pistas:
  * Básico: Vocal + Instrumental
  * Profesional: Vocal, Batería, Bajo, Piano, Guitarra, Otros
  * Avanzado: Todas las Pistas detectadas
* Eliminar reverberación y Coros, disponible en los modos Básico y Profesional.

Después de seleccionar el modo de división de pistas, haz clic en el <kbd>Dividir</kbd> botón. Después de unos segundos de proceso, las Pistas se añadirán debajo de la Pista original.


---

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