# Sound Effects

### Summary

The Sound Effects Node generates audio effects from a text prompt. Describe any sound - footsteps on gravel, thunder rolling, a car engine starting, a sci-fi laser blast, and the AI creates a matching audio clip. Connect a prompt or type directly into the node to produce sound effects for videos, animations, games, or any creative project.

***

### How to Use

1. Add the Node:
   * Click the Add (+) button and select Sound Effects from the Audio node category.
2. Describe the Sound:
   * Connect a Prompt node to the Prompt input handle, or type a description directly (e.g., "Heavy rain on a tin roof with distant thunder").
3. Run:
   * Click Run, and the AI generates an audio clip matching your description.

***

### Sample Use Cases

<details open>

<summary>Adding Atmosphere to AI Videos</summary>

Generate ambient sounds like rain, crowd noise, wind, traffic, and combine them with AI-generated videos using the Combine Audio & Video node.

</details>

<details open>

<summary>Custom Effects for Animations</summary>

Create specific action sounds like explosions, footsteps, door creaks, swooshes, etc., to layer onto animated scenes or motion graphics.

</details>

<details open>

<summary>Rapid Prototyping for Game Audio</summary>

Quickly generate placeholder sound effects for game prototypes, UI clicks, power-ups, environmental audio, without sourcing from libraries.

</details>

***

### Audio Models

Visit [Audio Models](https://help.imagine.art/workflows/ai-models/audio-models) to explore all available models and find the one that fits your audio needs.


---

# Agent Instructions: 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:

```
GET https://help.imagine.art/workflows/audio-nodes/sound-effects.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
