> 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/sound-effects.md).

# Efectos de sonido

## Qué es el Generador de Efectos de sonido

Sound Effects Generator es una herramienta de IA para generar elementos de diseño sonoro dentro de ACE Studio. Puedes usarla para crear efectos que coincidan con tu descripción.

## Cómo usar el Generador de Efectos de sonido

<figure><img src="/files/0227d79be8da21e2253c7f2933975ccf9dbad140" alt=""><figcaption></figcaption></figure>

El Generador de Efectos de sonido funciona sobre una región seleccionada de la línea de tiempo. Primero crea una selección, luego abre la herramienta y genera efectos para ese Rango.

### Abrir el Generador de Efectos de sonido

Hay 2 formas de abrir Efectos de sonido:

* Haz clic en **Efectos de sonido** en la barra de herramientas principal.
* Selecciona una región y luego haz clic en <i class="fa-bolt">:bolt:</i>**el icono de Efectos de sonido**.

### Generar Efectos de sonido

1. Haz clic y arrastra sobre el Lienzo para crear una selección temporal. Esto define la duración y la posición de tu nuevo efecto de sonido.
2. Escribe una descripción del efecto de sonido que quieres (por ejemplo, “La lluvia torrencial cayó sobre la calle empedrada.”).
3. Ajustar Configuración
   * Activando **Bucle** lo creará en un bucle continuo. Esto garantizará que el final se mezcle con el comienzo sin dejar un salto perceptible.
   * Usa el ajuste de influencia de la indicación para modificar con qué precisión debe coincidir el resultado con la indicación.
4. Haz clic en <kbd>Generar</kbd> .


---

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