Specifications
Dolby Digital Plus is capable of the following:
- Coded bitrate: 0.032 to 6.144 Mbit/s
- Audio channels: 1.0 to 15.1 (i.e. from mono to 15 full range channels and a low frequency effects channel)
- Number of audio programs per bitstream: 8
- Sample rate: 32, 44.1 or 48 kHz
Structure
A Dolby Digital Plus service consists of one or more substreams. There are three types of substreams:
All DD+ streams must contain at least one independent substream or legacy substream, which contains the first (or only) 5.1 channels of the primary audio program. Additional independent substreams may be used for secondary audio programs such as foreign language soundtracks, commentary, or descriptions/voiceovers for the visually impaired. Dependent substreams may be provided for programs that have additional soundstage channels beyond 5.1.
Within each substream, provision is made for encoding five full-bandwidth channels, one low-frequency channel, and one coupling channel. The coupling channel is used for medium-to-high-frequency information which is common to multiple full-bandwidth channels. Its content is mixed in with the other channels in a fashion prescribed by the metadata, it is not reproduced as a discrete channel by the decoder.
Dolby Digital Plus includes comprehensive bitstream metadata for decoder control over output loudness (via dialnorm), downmixing, and reversible dynamic range control (via DRC).
- Independent substreams, which can contain a single program of up to 5.1 channels. Up to eight dependent substreams may be present in a Dolby Digital Plus stream. The channels present in an independent substream are limited to the traditional 5.1 channels: Left (L), Right (R), Center (C), Left Surround (Ls), and Right Surround (Rs) channels, as well as a Low Frequency Effects (Lfe) channel.
- Legacy substreams, which contain a single 5.1 program, and which correspond directly to Dolby Digital content. At most a single legacy substream may be present in a DD+ stream.
- Dependent substreams, which contain additional channels beyond the traditional 5.1 channels. As dependent substreams have the same structure as independent substreams, each dependent substream may contain up to five full-bandwidth channels and one low-frequency channel; however these channels may be assigned to different speaker placements. Metadata in the substream describes the purpose of each included channel.
Syntax
Dolby Digital Plus is nominally a 16-bit-aligned protocol, though very few fields in the syntax respect any byte or word boundaries. As many syntax elements are optional or variable-length, including some whose presence or length is dependent on complex preceding calculations, and there is little redundancy in the syntax, DD+ can be extremely difficult to parse correctly, with syntactically valid but incorrect parsings easily produced by defective encoders.
A DD+ stream is a collection of fixed-length syncframe packets, each of which corresponds to either 256, 512, 768, or 1536 consecutive time-domain audio samples. (The 1536-sample case is the most common case, and corresponds to Dolby Digital; the shorter subframe lengths are intended for use in interactive applications like video games where reducing encoder latency is an important concern). Each syncframe is independently decodable, and belongs to a specific substream within the service. A syncframe consists of the following syntax elements (some of which may be elided when a Dolby Digital Plus service is encapsulated into another format or transport):
- A 16-bit sync word, which has the value 0x0b77.
- A Bitstream Info (BSI) section, which includes key metadata such as the frame size, the bitstream identifier (which specifies the version of syntax used), channel mode, the substream identifier, the encoded dialog level (dialnorm), and metadata to guide decoder production of a downmix.
- An Audio Frame section, which contains decoding information common to all audio blocks within the syncframe, including the necessary information to determine how exponents and mantissas are packed.
- One, two, three, or six Audio Block sections. These sections contain additional decoding metadata, as well as the encoded and quantized frequency coefficients. Each Audio Block corresponds to 256 PCM samples in each channel.
At the heart of both Dolby Digital and DD+ is a modified discrete cosine transform (MDCT), which is used to transform the audio signal into the frequency domain; within each block up to 256 frequency coefficients may be transmitted. Coefficients are transmitted in a binary floating-point format, with exponents transmitted separately from mantissas. This allows for highly efficient coding.
Exponents for each channel are encoded in a highly packed differential format, with the deltas between consecutive frequency bins (other than the first) being given in the stream. Three formats, or exponent strategies, are used; these are known as "D15", "D25", and "D45". In D15, each bin has a unique exponent, while in D25 and D45, delta values correspond to either pairs or quads of frequency bins. Audio blocks other than the first in a syncframe may additionally reuse the prior block's exponent set (this is required for channels that use the Adaptive Hybrid Transform).
The decoded exponents, along with a set of metadata parameters, is used to derive the bit allocation pointers (BAPs), which specify the number of bits allocated to each mantissa. Bins which correspond to frequencies in which human hearing is more precise are allocated more bits; bins which correspond to frequencies that humans are less sensitive to are allocated fewer. Anywhere between zero and 16 bits may be allocated for each mantissa; if zero bits are transmitted, a dither function may be optionally applied to generate the frequency coefficient.
Algorithm
Dolby Digital Plus, like many lossy audio codecs, uses a heavily quantized frequency-domain representation of the signal to achieve coding gain; this section describes the operation of the base transform as well as various optional "tools" specified by the standard, which are used to achieve either greater compression or to reduce audible coding artifacts.[3]
Both Dolby Digital and DD+ encoder converts a multichannel audio signal to the frequency domain using the modified discrete cosine transform (MDCT), with a switchable block length of either 256 or 512 samples (the latter is used with stationary signals, the former with transient signals). The frequency domain representation is then quantized according to a psycho-acoustic model and transmitted. A floating-point format for frequency coefficients is used, and mantissas and exponents are stored and transmitted separately, with both being heavily compressed.
For highly stationary signals, such as long notes in musical performance, the Adaptive Hybrid Transform (AHT) is used. This tool is unique to Dolby Digital Plus (and unsupported in Dolby Digital), and uses an additional Type II discrete cosine transform (DCT) to combine six adjacent transform blocks (located within a syncframe) into an effectively longer block.
Both Dolby Digital and DD+ encoder converts a multichannel audio signal to the frequency domain using the modified discrete cosine transform (MDCT), with a switchable block length of either 256 or 512 samples (the latter is used with stationary signals, the former with transient signals). The frequency domain representation is then quantized according to a psycho-acoustic model and transmitted. A floating-point format for frequency coefficients is used, and mantissas and exponents are stored and transmitted separately, with both being heavily compressed.
For highly stationary signals, such as long notes in musical performance, the Adaptive Hybrid Transform (AHT) is used. This tool is unique to Dolby Digital Plus (and unsupported in Dolby Digital), and uses an additional Type II discrete cosine transform (DCT) to combine six adjacent transform blocks (located within a syncframe) into an effectively longer block. In addition to the two-stage transform, a different bit-allocation structure is used, and two ways of representing encoded mantissas are deployed: use of vector quantization, which gives the highest coding gain, and use of gain-adapted quantization (GAQ) when greater signal-fidelity is required. Gain-adaptive quantization may be independently enabled for each frequency bin within a channel, and permits variable-length mantissa encoding.
Coupling
As many multi-channel audio programs have high degrees of correlation between individual channels, a coupling channel is typically used. High frequency information which is common among two or more channels is transmitted in a separate channel (one that is not reproduced by a decoder, but only mixed back into the original channels) known as the coupling channel; along with coefficients known as "coupling coordinates" that guide the decoder on how to reconstruct the original channels.
Dolby Digital Plus supports a more elaborate version of the coupling tool known as Enhanced Coupling (ECPL). This algorithm, which is considerably more expensive to process (both for encoders and decoders) allows phase information to be included in coupling coordinates, allowing for phase relationships between channels that are coupled to be preserved.
Spectral extension
Dolby Digital Plus provides another tool for high frequencies. As high frequency components are often harmonics of lower-frequency sounds, Spectral Extension (SPX) allows high frequency components to be synthesized algorithmically from lower-frequency components. This tool is also unique to Dolby Digital Plus, and unsupported in Dolby Digital.
Rematrixing
Stereo programs are typically rematrixed and encoded as an L+R and L-R channel. This is done both to increase coding gain (the L-R channel can typically be heavily compressed, and the subsequent un-matrixing will cause many compression artifacts to cancel), and to preserve phase relationships necessary for proper playback of Dolby Surround-encoded material.
Transient pre-noise processing
Transient pre-noise processing (TPNP) is a Dolby Digital Plus-specific tool to reduce the resulting artifacts of signal quantization and other compression techniques. Unlike the other tools described above, which operate in the frequency domain and precede the conversion back into PCM samples, TPNP is a tool which essentially performs a windowed cut-and-paste operation on the time-domain signal to erase certain predictable quantization artifacts.
Relation to Dolby Digital and Dolby Atmos
Dolby Digital Plus bitstreams are not directly backward compatible with legacy Dolby Digital decoders. However, Dolby Digital Plus is a functional superset of Dolby Digital, and decoders include a mandatory component that directly converts (without decoding and re-encoding) the Dolby Digital Plus bitstream to a Dolby Digital bitstream (operating at 640 kbit/s) for carriage via legacy S/PDIF connections (including S/PDIF over HDMI) to external decoders (e.g. AVRs, etc.). All Dolby Digital Plus decoders can decode Dolby Digital bitstreams.
However, Dolby Atmos bitstreams are encoded to be backwards compatible with Dolby Digital Plus decoders, and as such Dolby Atmos can be decoded by Dolby Digital Plus compatible devices. This has been marketed by Dolby, as the lossy compression variation of Dolby Atmos under the label "Dolby Digital Plus Atmos" to differentiate it from the lossless DolbyHD-based original. Most Dolby Digital Plus bitstreams are now encoded in Atmos encoding.
Dynamic range compression
One design goal of DD+ is quality playback in a variety of environments, ranging from home theaters and other acoustically controlled environments where high dynamic range playback is feasible, to portable and automotive environments where much background noise is present, and dynamic range compression may be necessary to make all parts of an audio program audible.
DD+ provides the following operating modes for different listener/viewer environments.
Dolby Digital Plus Decoder Operating Modes: Note: All of the decoder operating modes (listed above) are available in every Dolby Digital Plus decoder. The default operating mode is governed by device category and application. In some devices, users may also have a choice (via menu) to select an alternate mode that suits their particular taste and/or application.
In addition, Dolby Digital and DD+ contain additional metadata to permit error-free translation into range-restricted downstream channels, such as RF modulation, where excessive output signal amplitude may result in significant distortion or modulation errors.