Visit ComfyUI Online for ready-to-use ComfyUI environment
Pitch shift audio files up or down in semitones for creative projects with high-quality results using SaltAudioPitchShift node.
SaltAudioPitchShift is a powerful node designed to modify the pitch of an audio file by shifting it up or down in semitones. This node is particularly useful for AI artists who want to experiment with different audio effects, create unique soundscapes, or adjust the pitch of audio samples to better fit their creative projects. By leveraging the capabilities of the ffmpeg
tool, SaltAudioPitchShift ensures high-quality pitch shifting while maintaining the original audio's integrity. This node is essential for anyone looking to manipulate audio pitch effortlessly and effectively.
This parameter accepts the audio data that you want to process. The audio should be in a binary format, typically a .wav
file. This is the primary input that the node will modify by shifting its pitch.
This parameter determines the number of semitones by which the audio pitch will be shifted. It accepts a floating-point number, allowing for precise control over the pitch shift. The value can range from -12.0 to 12.0, where negative values lower the pitch and positive values raise it. The default value is 0.0, which means no pitch shift. Adjusting this parameter will directly impact the audio's pitch, enabling you to create various audio effects.
This output parameter provides the pitch-shifted audio data. The output is in the same binary format as the input, typically a .wav
file. This modified audio can then be used in further processing or directly in your creative projects. The pitch-shifted audio retains the original quality while reflecting the changes specified by the semitones
parameter.
semitones
parameter, such as 0.5 or -0.5.SaltAudioNormalize
or SaltAudioReverb
, to create complex and unique soundscapes.<error_message>
ffmpeg
command fails to execute properly, possibly due to incorrect input data or issues with the ffmpeg
installation.ffmpeg
is properly installed and accessible from your system's PATH. If the problem persists, check the specific error message for more details and consult the ffmpeg
documentation for troubleshooting.<temp_input_path>
<temp_output_path>
ffmpeg
command is correctly generating the output file.© Copyright 2024 RunComfy. All Rights Reserved.