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

# Slice Audio

**Type:** `nodetool.audio.SliceAudio`

**Namespace:** `nodetool.audio`

## Description

Extracts a section of an audio file.
    audio, edit, trim

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| audio | `audio` | The audio file. | `{"type":"audio","uri":"","asset_id":null,"data"...` |
| start | `float` | The start time in seconds. | `0` |
| end | `float` | The end time in seconds. 0 or less slices to the end. | `1` |

## Outputs

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

## Related Nodes

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