Visit ComfyUI Online for ready-to-use ComfyUI environment
Apply pitch shifting to audio files dynamically based on a schedule for creating complex effects and transformations.
SaltAudioPitchShiftScheduled is a powerful node designed to apply pitch shifting to audio files based on a predefined schedule. This node allows you to dynamically alter the pitch of an audio track over time, making it ideal for creating complex audio effects and transformations. By leveraging advanced scheduling techniques, it can interpolate or repeat pitch values to match the length of the audio, ensuring smooth and seamless transitions. This node is particularly useful for AI artists looking to add unique and evolving pitch effects to their audio projects, enhancing the overall auditory experience.
This parameter accepts the audio file that you want to process. The audio should be in a binary format, typically as bytes, which the node will read and manipulate according to the pitch schedule provided.
The schedule parameter is a list of pitch values (in semitones) that define how the pitch should change over time. These values can be interpolated or repeated to match the length of the audio, allowing for precise control over the pitch shifting effect.
This boolean parameter determines whether the pitch values in the schedule should be interpolated or repeated. If set to True
, the node will interpolate the pitch values to create smooth transitions. If set to False
, the pitch values will be repeated to match the length of the audio. The default value is False
.
The output parameter is the processed audio file with the applied pitch shifting effect. The audio is returned in a binary format, ready for further processing or playback.
interpolate
parameter to True
and provide a detailed schedule with gradual changes in pitch values.interpolate
parameter to False
and use a schedule with distinct pitch values.<error_message>
interpolate
parameter to True
or adjust the schedule to match the length of the audio.© Copyright 2024 RunComfy. All Rights Reserved.