In audio engineering, joint refers to a joining of several channels of similar information in some way, in order to obtain, for example, higher quality or smaller file size.
Joint frequency encoding
Joint frequency encoding is an
encoding technique used in
audio data compression to reduce the
data rate
The idea is to merge a given frequency range of multiple sound channels together so that the resulting encoding will perceive the sound information of that range not as a bundle of separate channels but as one homogenous lump. This will naturally destroy the original channel separation for good, as the information cannot be accurately reconstructed, but this process will greatly lessen the amount of required storage space.
Joint stereo
The term
joint stereo has become prominent as the
Internet has allowed for the transfer of relatively low
bit rate, acceptable-quality audio with modest Internet access speeds. It should be noted that there are many types of joint stereo encoding. Not all of them are forms of joint frequency encoding. Two types are described here, both of which are implemented in various ways with different
codecs, such as
MP3,
AAC and
Ogg Vorbis.
Intensity stereo coding
The
intensity stereo coding form of joint stereo encoding functions on the principle of
sound localization. The dominance of
inter-aural time differences (ITD) for localization (by humans) is only given for lower frequencies. That leaves
inter-aural amplitude differences (IAD) as the dominant location indicator for higher frequencies. The idea of
intensity stereo coding is to merge the upper spectrum part into just one channel (thus eliminating phase differences) and to transmit a little side information about how to
pan certain frequency regions to recover the
IAD cues. Intensity stereo coding does not perfectly reconstruct the original audio because of the loss of data resulting in the simplification of the stereo image, and can produce unwanted
artifacts under certain conditions (switch-point too low or inaccurate merging by the encoder for example). However, for very low bitrates this tool usually provides a gain of perceived quality. It is supported by most of the audio compression formats (including
MP3,
AAC and
Vorbis) but not by every
encoder (the popular
LAME encoder for producing
MP3 files does
not).
M/S stereo coding
M/S stereo coding combines both channels into a mid channel and a side channel, hence the name. The mid channel is the sum of the left and right channels, or
. Inversely, the side channel is the difference of the left and right channels, expressed as
. Unlike intensity stereo coding, M/S retains the audio perfectly and cannot introduce artifacts by itself. It is a special case of
transform coding. However, when used in conjunction with a lossy form of compression, artifacts can become apparent for obvious reasons.
This kind of coding is also sometimes known as matrix stereo, and is utilized in many different forms of audio processing and recording equipment including broadcasting. It is therefore not limited to digital systems, and can even be created with passive audio transformers or analog amplifiers.
One example of the use of M/S stereo is phonograph records, where the mid channel () is cut into the groove horizontally, and the side channel () is cut vertically.
Sources
More information
Audio engineering
Joint-Stereo