ComfyUI > Nodes > CRT-Nodes > Mono to Stereo Converter (CRT)

ComfyUI Node: Mono to Stereo Converter (CRT)

Class Name

MonoToStereoConverter

Category
CRT/Audio
Author
CRT (Account age: 1707days)
Extension
CRT-Nodes
Latest Updated
2026-03-16
Github Stars
0.1K

How to Install CRT-Nodes

Install this extension via the ComfyUI Manager by searching for CRT-Nodes
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter CRT-Nodes in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

Mono to Stereo Converter (CRT) Description

Transforms mono audio to stereo by duplicating channels for balanced stereo output.

Mono to Stereo Converter (CRT):

The MonoToStereoConverter node is designed to transform mono audio signals into stereo by duplicating the single audio channel into two identical channels, effectively creating a stereo output. This process is particularly beneficial when working with audio files that are initially recorded in mono but need to be integrated into stereo systems or environments where stereo sound is required. By converting mono to stereo, you can ensure compatibility with stereo playback systems and enhance the auditory experience by providing a balanced sound output across both left and right channels. The node is straightforward in its operation, automatically detecting if the input audio is mono and performing the conversion seamlessly, while leaving stereo or multi-channel audio unchanged. This makes it an essential tool for audio processing tasks where stereo output is desired from mono sources.

Mono to Stereo Converter (CRT) Input Parameters:

audio

The audio parameter is a dictionary that contains two key elements: waveform and sample_rate. The waveform is a tensor representing the audio data, structured in the shape of (batch, channels, samples), where batch is the number of audio samples, channels is the number of audio channels, and samples is the number of samples per channel. The sample_rate is an integer that specifies the number of samples per second, determining the audio quality and playback speed. This parameter is crucial as it provides the raw audio data that the node will process to convert from mono to stereo. There are no specific minimum, maximum, or default values for this parameter, as it depends on the audio data being processed.

Mono to Stereo Converter (CRT) Output Parameters:

audio

The output parameter audio is a dictionary similar to the input, containing the waveform and sample_rate. After processing, the waveform will have two channels if the input was mono, effectively converting it to stereo. The sample_rate remains unchanged from the input, ensuring that the audio quality and playback speed are consistent. This output is significant as it provides the converted stereo audio, ready for use in applications that require stereo sound. The conversion process ensures that the audio is compatible with stereo playback systems, enhancing the overall sound experience.

Mono to Stereo Converter (CRT) Usage Tips:

  • Ensure that the input audio is in mono format if you intend to convert it to stereo. The node will automatically bypass any audio that is already in stereo or multi-channel format.
  • Use this node when preparing audio for environments or systems that require stereo sound, such as multimedia presentations or stereo speaker setups, to ensure compatibility and improved sound quality.

Mono to Stereo Converter (CRT) Common Errors and Solutions:

AudioSplit: Input audio has only one channel.

  • Explanation: This error occurs when attempting to split audio channels on an audio file that is already mono.
  • Solution: Ensure that the audio input to the Split Audio Channels node is stereo. If you need to convert mono to stereo, use the MonoToStereoConverter node first.

ValueError: AudioJoin: Both input audios must be mono.

  • Explanation: This error arises when trying to join audio channels where one or both inputs are not mono.
  • Solution: Verify that both audio inputs are mono before attempting to join them. Use the MonoToStereoConverter node to convert any stereo inputs to mono if necessary.

Mono to Stereo Converter (CRT) Related Nodes

Go back to the extension to check out more related nodes.
CRT-Nodes
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

Mono to Stereo Converter (CRT)