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

# Create Silence

**Type:** `nodetool.audio.CreateSilence`

**Namespace:** `nodetool.audio`

## Description

Creates a silent audio file with a specified duration.
    audio, silence, empty

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| duration | `float` | The duration of the silence in seconds. | `1` |
| sample_rate | `int` | Sample rate of the generated silence in Hz. | `44100` |

## Outputs

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

## Related Nodes

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