Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The EmptyAudio node generates a silent audio clip with specified duration, sample rate, and channel configuration. It creates a waveform containing all zeros, producing complete silence for the given duration. This node is useful for creating placeholder audio or generating silent segments in audio workflows.

Inputs

ParameterData TypeRequiredRangeDescription
durationFLOATYes0.0 to 1.8446744073709552e+19Duration of the empty audio clip in seconds (default: 60.0)
sample_rateINTYes-Sample rate of the empty audio clip (default: 44100)
channelsINTYes1 to 2Number of audio channels (1 for mono, 2 for stereo) (default: 2)

Outputs

Output NameData TypeDescription
AUDIOAUDIOThe generated silent audio clip containing waveform data and sample rate information