Type: nodetool.audio.LoadAudioFolder
Namespace: nodetool.audio
Description
Load all audio files from a folder, optionally including subfolders. audio, load, folder, files
Use cases:
- Batch import audio for processing
- Build datasets from a directory tree
- Iterate over audio collections
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| folder | str |
Folder to scan for audio files | `` |
| include_subdirectories | bool |
Include audio in subfolders | False |
| extensions | List[str] |
Audio file extensions to include | ['.mp3', '.wav', '.flac', '.ogg', '.m4a', '.aac'] |
Outputs
| Output | Type | Description |
|---|---|---|
| audio | audio |
|
| path | str |
Metadata
Related Nodes
Browse other nodes in the nodetool.audio namespace.