---
title: "Low Shelf Filter"
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/lowshelffilter
markdown: https://docs.nodetool.ai/nodes/lib/audio/lowshelffilter.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/audio/lowshelffilter.md
---

# Low Shelf Filter

**Type:** `lib.audio.LowShelfFilter`

**Namespace:** `lib.audio`

## Description

Applies a low shelf filter to boost or cut low frequencies.
    audio, effect, equalizer

    Use cases:
    - Enhance or reduce bass frequencies
    - Shape the low-end response of audio
    - Compensate for speaker or room deficiencies

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| audio | `audio` | The audio file to process. | `{"type":"audio","uri":"","asset_id":null,"data"...` |
| cutoff_frequency_hz | `float` | The cutoff frequency of the shelf filter in Hz. | `200` |
| gain_db | `float` | The gain to apply to the frequencies below the cutoff, in dB. | `0` |

## Outputs

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

## Related Nodes

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