Visit ComfyUI Online for ready-to-use ComfyUI environment
Adjust audio volume by specified decibels for amplification or attenuation, essential for sound design.
The SaltChangeAudioVolume
node is designed to adjust the volume of an audio file by a specified number of decibels. This node is particularly useful for audio processing tasks where you need to either amplify or attenuate the audio signal. By providing a simple yet effective way to control audio volume, this node helps you achieve the desired loudness levels in your audio projects, making it an essential tool for audio editing and sound design.
This parameter accepts the audio data that you want to process. The audio should be in a format that the node can read, typically a WAV file. The audio data is the primary input that will be modified based on the volume adjustment specified.
This parameter specifies the amount by which the audio volume should be increased or decreased. It accepts a floating-point number within the range of -60 to 60 decibels. A positive value will increase the volume, while a negative value will decrease it. The default value is 0, meaning no change in volume. The step size for adjustments is 0.01 decibels, allowing for fine-grained control over the volume levels.
This output parameter provides the modified audio data after the volume adjustment has been applied. The output is in the same format as the input audio, typically a WAV file. This modified audio can then be used in further processing or saved for playback.
volume_decibals
parameter to a positive value. For example, setting it to 10 will make the audio 10 decibels louder.volume_decibals
parameter to a negative value. For example, setting it to -10 will make the audio 10 decibels quieter.volume_decibals
parameter is set outside the allowed range of -60 to 60.volume_decibals
parameter to be within the valid range.© Copyright 2024 RunComfy. All Rights Reserved.