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

# Chunks To Audio

**Type:** `nodetool.audio.realtime.ChunksToAudio`

**Namespace:** `nodetool.audio.realtime`

## Description

Accumulates a stream of PCM16 audio chunks into a single audio file.
    audio, stream, chunk, realtime, accumulate

    Use cases:
    - Capture the output of streaming TTS or effects as a file
    - Terminate a realtime audio chain with a playable result
    - Record a processed live feed

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| chunk | `chunk` | Stream of PCM16LE audio chunks to accumulate. | - |

## Outputs

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

## Related Nodes

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