mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
1.1 KiB
1.1 KiB
description
| description |
|---|
| Vorbis audio codec definition, defining legal codec strings, decoder configs, and packet data formats. |
Vorbis codec registration
Description
The Vorbis audio codec, specified in the Vorbis I Specification.
Codec ID
'vorbis'
EncodedPacket data
The packet's data must be an audio packet as described in Section 4.3 of the Vorbis I Specification.
EncodedPacket type
The packet's type is always 'key'.
AudioDecoderConfig codec string
'vorbis'
AudioDecoderConfig description
description must contain Vorbis codec setup data in Xiph extradata format: the page_segments field, followed by the segment_table field, followed by the three Vorbis header packets (identification header, comments header, and setup header) as defined in Section 4.2 of the Vorbis I Specification.