mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
965 B
965 B
description
| description |
|---|
| Dolby Digital (AC-3) audio codec definition, defining legal codec strings, decoder configs, and packet data formats. |
AC-3 codec registration
Description
The Dolby Digital (AC-3) audio codec, specified in ETSI TS 102 366.
Codec ID
'ac3'
EncodedPacket data
The packet's data must be a sync frame (syntactic element syncframe()) as defined in Section 4.3 of ETSI TS 102 366, beginning with the sync word 0x0B77.
EncodedPacket type
The packet's type is always 'key'.
AudioDecoderConfig codec string
'ac-3'
AudioDecoderConfig description
description is not used for this codec.