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

# Repeat

**Type:** `nodetool.audio.Repeat`

**Namespace:** `nodetool.audio`

## Description

Loops an audio file a specified number of times.
    audio, edit, repeat

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| audio | `audio` | The audio file to loop. | `{"type":"audio","uri":"","asset_id":null,"data"...` |
| loops | `int` | Number of times to loop the audio. Minimum 1 (plays once), maximum 100. | `2` |

## Outputs

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

## Related Nodes

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