🔊 AGSoft Load Audio.
Loads an audio file with flexible input options and returns both the AUDIO object and its absolute file path. Includes a built-in player preview and an upload button (via a JS extension).
Priority order: external audio input > custom path > file from input directory.
With an external AUDIO input the audio is saved to a temporary WAV so audio_path is always a real path (important for nodes with multiple inputs like Audio Concatenate Plus).
Any audio format is supported via torchaudio with an FFmpeg→WAV fallback.
A file can be selected in the dropdown, uploaded via the button, or dragged from the OS explorer straight onto the node (drag&drop with border highlight).
---
🔊 AGSoft Load Audio.
Загружает аудиофайл с гибкими вариантами ввода и возвращает объект AUDIO и абсолютный путь к файлу. Есть встроенный превью-плеер и кнопка загрузки (через JS-расширение).
Порядок приоритета: внешний вход > кастомный путь > файл из папки input.
При внешнем AUDIO-входе аудио сохраняется во временный WAV, чтобы audio_path всегда был реальным путём (важно для нод с несколькими входами, например Audio Concatenate Plus).
Поддерживается любой аудио-формат: torchaudio + fallback FFmpeg→WAV.
Файл можно выбрать в списке, загрузить кнопкой или перетащить из проводника прямо на ноду (drag&drop с подсветкой рамки).
By Art-xmaster·Created 12 months ago·Updated a day ago· 20
🔊AGSoft Load Audio
input_audio
audio
audio_path
◄custom_path►
◄audio▾►
CategoryAGSoft/Audio
Inputs (3)
Name
Type
Default
Description
input_audioopt
AUDIO
Optional: accept audio from another node (highest priority).
If connected, other inputs are ignored. A real audio_path is still returned (saved to a temporary WAV).
---
Опционально: принимает звук от другой ноды (наивысший приоритет).
Если подключён, другие входы игнорируются. Реальный audio_path всё равно возвращается (сохраняется во временный WAV).
custom_pathopt
STRING
Optional: absolute path to an audio file. Overrides the dropdown if input_audio is not connected.
---
Опционально: абсолютный путь к аудиофайлу. Переопределяет список, если не подключён внешний звук.
audioopt
COMBO
Select / upload an audio file from the input directory. Used when no external audio and no custom path are set. You can also drag&drop an audio file from the OS explorer onto the node.
---
Выберите / загрузите аудиофайл из папки input. Используется, когда не подключён внешний звук и не указан кастомный путь. Также можно просто перетащить аудиофайл из проводника прямо на ноду.