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

# Effetti sonori

## Che cos'è il Generatore di effetti sonori

Il Generatore di effetti sonori è uno strumento AI per generare elementi di sound design all'interno di ACE Studio. Puoi usarlo per creare effetti che corrispondono al tuo prompt.

## Come usare il Generatore di effetti sonori

<figure><img src="/files/6fafab0ffef28cd34da71ba4c11615b932791f6a" alt=""><figcaption></figcaption></figure>

Il Generatore di effetti sonori funziona su una regione selezionata della timeline. Crea prima una selezione, poi apri lo strumento e genera effetti per quell'Intervallo.

### Apri il Generatore di effetti sonori

Ci sono 2 modi per aprire gli Effetti sonori:

* Fai clic **Effetti sonori** nella barra degli strumenti principale.
* Seleziona una regione, quindi fai clic su <i class="fa-bolt">:bolt:</i>**icona degli Effetti sonori**.

### Genera effetti sonori

1. Fai clic e trascina sulla Tela per creare una selezione temporale. Questo definisce la durata e la posizione del tuo nuovo effetto sonoro.
2. Digita una descrizione dell'effetto sonoro che desideri (ad es., “La pioggia torrenziale cadeva sulla strada acciottolata.”).
3. Regola le Impostazioni
   * Attivare **Loop** creerà un loop senza soluzione di continuità. In questo modo, la fine si fonderà con l'inizio senza lasciare una pausa percepibile.
   * Usa l'impostazione di influenza del prompt per regolare quanto l'output debba corrispondere al prompt.
4. Fai clic <kbd>Genera</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-it/strumenti-ai-1/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.
