---
title: "Noise Gate"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/audio/noisegate
markdown: https://docs.nodetool.ai/nodes/lib/audio/noisegate.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/audio/noisegate.md
---

# Noise Gate

**Type:** `lib.audio.NoiseGate`

**Namespace:** `lib.audio`

## Description

Applies a noise gate effect to an audio file.
    audio, effect, dynamics

    Use cases:
    - Reduce background noise in recordings
    - Clean up audio tracks with unwanted low-level sounds
    - Create rhythmic effects by gating sustained sounds

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| audio | `audio` | The audio file to process. | `{"type":"audio","uri":"","asset_id":null,"data"...` |
| threshold_db | `float` | Threshold in dB below which the gate is active. | `-50` |
| attack_ms | `float` | Attack time in milliseconds. | `1` |
| release_ms | `float` | Release time in milliseconds. | `100` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `audio` |  |

## Related Nodes

Browse other nodes in the [lib.audio](./) namespace.
