> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orisu.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Upload audio

> Provide one or more audio files as a graph input.

The Upload Audio node lets the user upload one or more audio files. In Studio you upload audio directly; in App mode it becomes a file upload field.

## When to use

* Uploading voice tracks
* Providing music or SFX references

Common patterns: `upload_audio → generate_speech`, `upload_audio → add_sound_effects`.

## Outputs

<ParamField body="Audio" type="audio">
  The uploaded audio.
</ParamField>

## Configuration

<ParamField body="label" type="string" default="Upload Audio">
  The label shown for this input, including as the field label in App mode.
</ParamField>

<ParamField body="maxFiles" type="number" default={5}>
  Maximum number of files the user can upload.
</ParamField>
