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

# Bitcrush

**Type:** `lib.audio.Bitcrush`

**Namespace:** `lib.audio`

## Description

Applies a bitcrushing effect to an audio file, reducing bit depth and/or sample rate.
    audio, effect, distortion

    Use cases:
    - Create lo-fi or retro-style audio effects
    - Simulate vintage digital audio equipment
    - Add digital distortion and artifacts to sounds

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| audio | `audio` | The audio file to process. | `{"type":"audio","uri":"","asset_id":null,"data"...` |
| bit_depth | `int` | The bit depth to reduce the audio to. Lower values create more distortion. | `8` |
| sample_rate_reduction | `int` | Factor by which to reduce the sample rate. Higher values create more aliasing. | `1` |

## Outputs

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

## Related Nodes

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