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

# High Shelf Filter

**Type:** `lib.audio.HighShelfFilter`

**Namespace:** `lib.audio`

## Description

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

    Use cases:
    - Enhance or reduce treble frequencies
    - Add brightness or air to audio
    - Tame harsh high frequencies

## 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. | `5000` |
| gain_db | `float` | The gain to apply to the frequencies above the cutoff, in dB. | `0` |

## Outputs

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

## Related Nodes

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