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 AudioAdjustVolume node modifies the loudness of audio by applying volume adjustments in decibels. It takes an audio input and applies a gain factor based on the specified volume level, where positive values increase volume and negative values decrease it. The node returns the modified audio with the same sample rate as the original.

Inputs

ParameterData TypeInput TypeDefaultRangeDescription
audioAUDIOrequired--The audio input to be processed
volumeINTrequired1.0-100 to 100Volume adjustment in decibels (dB). 0 = no change, +6 = double, -6 = half, etc

Outputs

Output NameData TypeDescription
audioAUDIOThe processed audio with adjusted volume level