HECTOR Module - AudioMixer
Home > Module Index > ModularSynth.AudioMixer 0.1.1
Basic low-latency 4-channel audio mixer.
Free
HECTOR v0
Connections
Name
Type
Data Type
Description
In 1
Collector
AudioFrame
Audio input 1.
In 2
Collector
AudioFrame
Audio input 2.
In 3
Collector
AudioFrame
Audio input 3.
In 4
Collector
AudioFrame
Audio input 4.
Out
Generator
AudioFrame
The mixed audio output stream.
Options
Name
Data Type
Description
Description
This module will accept up to 4 channels of incoming audio, mixing them down to produce one output stream. It is a pure-additive mixer, meaning it will not reduce the volumes of the incoming streams. Therefore, it is possible that the resultant audio stream may clip and distort if the incoming audio signals are too loud or too closely matched. The mixer is also designed to be very low latency - no more than 10ms behind any incoming feed - and will give a constant audio output even if no data is incoming through the audio inputs. In this way, the mixer may also be useful when recording audio to disk with the Audio.AudioRecorder module. For example - if you are likely to disconnect an audio stream while recording to disk, but you need to record silence while the stream is disconnected, pipe your audio through the Mixer before sending to the Audio.AudioRecorder.
Tags
audio
Get HECTOR to use this module.