AudioTask
AudioTask is the task type for audio processing in NeMo Curator. Each AudioTask holds a single manifest entry as a dict, matching the convention used by VideoTask and FileGroupTask.
Import
Class Definition
Audio Manifest Format
Audio data follows the NeMo manifest format:
Properties
num_items
Always returns 1 — each AudioTask holds exactly one manifest entry.
Creating AudioTask
Do not pass or derive task_id. Treat it as read-only even when working with a task subclass that exposes a compatibility default; the adapter overwrites it with framework lineage at the next stage boundary.
Usage in Stages
All audio stages subclass ProcessingStage[AudioTask, AudioTask] directly — there is no intermediate base class.