How Audio Bitstreaming Works: VOB to AV Receiver

Audio bitstreaming allows a media player to extract compressed multi-channel audio formats—such as Dolby Digital (AC-3) or DTS—directly from a DVD VOB file and transmit them unaltered to an AV receiver (AVR). Rather than decoding the compressed audio internally into uncompressed Pulse Code Modulation (PCM), the source device preserves the native binary data. It packages the raw stream into standard transmission bursts over S/PDIF, optical, or HDMI connections, delegating all decoding, digital-to-analog conversion, and speaker calibration to the receiver’s dedicated hardware.

1. Demultiplexing the VOB Container

A VOB (Video Object) file is formatted as an MPEG-2 Program Stream containing multiplexed packets of video, audio, and subtitle data. When you initiate playback with bitstreaming enabled (often labeled as "Pass-through" or "Raw" in software settings):

2. IEC 61937 Framing and Encapsulation

Physical digital audio connections such as S/PDIF (coaxial or TOSLINK) and standard HDMI were originally standardized to carry two-channel linear PCM. To transport multi-channel compressed data across these pipelines without corrupting the signal, the system uses the IEC 61937 standard.

3. Digital Transmission

The framed bitstream is transferred across the digital interface:

4. Detection and Decoding by the AV Receiver

Once the bitstream reaches the AV receiver, the signal bypasses the AVR's standard stereo PCM pipeline:

By handling the audio this way, the source device acts purely as a transport, eliminating the risk of dynamic range compression, incorrect channel mapping, or downsampling errors by the host operating system.