Split Audio Channels:
The SplitAudioChannels node is designed to separate stereo audio into its individual left and right channels. This node is particularly useful when you need to process or analyze each channel independently, such as in audio editing, mixing, or effects processing. By splitting the audio, you can apply different effects or adjustments to each channel, enhancing the creative possibilities in audio production. The node ensures that the audio is correctly divided, maintaining the original sample rate and waveform integrity, which is crucial for preserving audio quality.
Split Audio Channels Input Parameters:
audio
The audio input parameter expects a stereo audio input, which is a common format where audio is divided into two channels: left and right. This parameter is crucial as it provides the source audio that will be split into separate channels. The input must be a stereo waveform, meaning it should have exactly two channels. If the input audio does not meet this requirement, the node will not execute properly. The parameter does not have minimum, maximum, or default values as it directly depends on the audio file provided by the user.
Split Audio Channels Output Parameters:
left
The left output parameter provides the waveform and sample rate of the left audio channel after the stereo audio has been split. This output is essential for any operations or effects that need to be applied specifically to the left channel. It maintains the original sample rate of the input audio, ensuring that the audio quality remains consistent.
right
The right output parameter delivers the waveform and sample rate of the right audio channel. Similar to the left output, this parameter is crucial for processing or analyzing the right channel independently. It also retains the original sample rate, which is important for maintaining audio fidelity.
Split Audio Channels Usage Tips:
- Ensure that the input audio is stereo with exactly two channels before using this node, as it is specifically designed to handle stereo audio.
- Use this node when you need to apply different effects or processing to each channel separately, such as adjusting volume levels or adding distinct effects to the left and right channels.
Split Audio Channels Common Errors and Solutions:
AudioSplit: Input audio must be stereo (2 channels), got {waveform.shape[1]} channel(s).
- Explanation: This error occurs when the input audio does not have exactly two channels, which is required for stereo audio.
- Solution: Verify that the input audio is in stereo format. If it is mono or has more than two channels, convert it to stereo before using this node.
