You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"title": "AV1 Bitstream & Decoding Process Specification",
@@ -631,7 +633,7 @@ class CodecConfig() {
631
633
632
634
- <code>Opus</code>: All coded [=Audio Substream=]s referred to by all [=Audio Element=]s with this codec configuration SHALL comply with the [[!RFC-6716]] specification and the [=decoder_config=] structure SHALL comply with the constraints given in [[#opus-specific]].
633
635
- <code>mp4a</code>: All coded [=Audio Substream=]s referred to by all [=Audio Element=]s with this codec configuration SHALL comply with the [[!AAC]] specification and the [=decoder_config=] structure SHALL comply with the constraints given in [[#aac-lc-specific]].
634
-
- <code>fLaC</code>: All coded [=Audio Substream=]s referred to by all [=Audio Element=]s with this codec configuration SHALL comply with the [[!FLAC]] specification and the [=decoder_config=] structure SHALL comply with the constraints given in [[#flac-specific]].
636
+
- <code>fLaC</code>: All coded [=Audio Substream=]s referred to by all [=Audio Element=]s with this codec configuration SHALL comply with the [[!RFC-9639]] specification and the [=decoder_config=] structure SHALL comply with the constraints given in [[#flac-specific]].
635
637
- <code>ipcm</code>: All coded [=Audio Substream=]s referred to by all [=Audio Element=]s with this codec configuration SHALL contain linear PCM (LPCM) audio samples and the [=decoder_config=] structure SHALL comply with the constraints given in [[#lpcm-specific]].
636
638
637
639
Parsers SHOULD ignore [=Codec Config OBU=]s with a [=codec_id=] that they don't support.
@@ -1883,21 +1885,21 @@ The sample rate used for computing offsets SHALL be the rate indicated by the [=
1883
1885
1884
1886
[=codec_id=] SHALL be <code>fLaC</code>, the FLAC stream marker in ASCII, meaning byte 0 of the stream is 0x66, followed by 0x4C 0x61 0x43.
1885
1887
1886
-
The [=DecoderConfig()=] class for FLAC is the [=METADATA_BLOCK=]s of [[!FLAC]] for mono or stereo channels. The [=METADATA_BLOCK_STREAMINFO=] has the following constraints:
1888
+
The [=DecoderConfig()=] class for FLAC is the [=Metadata Block=]s of [[!RFC-9639]] for mono or stereo channels. The [=Streaminfo=] has the following constraints:
1887
1889
- [=minimum block size=] SHALL be set to [=num_samples_per_frame=].
1888
1890
- [=maximum block size=] SHALL be set to [=num_samples_per_frame=].
1889
1891
- [=minimum frame size=] SHOULD be set to 0.
1890
1892
- [=maximum frame size=] SHOULD be set to 0.
1891
-
- [=number of channels=] SHALL be set to 1. [=number of channels=] can be ignored because the real value can be determined from the [=Audio Element OBU=] and from the [=Frame_Header=].
1892
-
- [=MD5 signature=] SHOULD be set to 0.
1893
+
- [=(number of channels) - 1=] SHALL be set to 1. [=(number of channels) - 1=] can be ignored because the real value can be determined from the [=Audio Element OBU=] and from the [=Frame Header=].
1894
+
- [=MD5 checksum=] SHOULD be set to 0.
1893
1895
1894
-
The format of [=audio_frame=] is [=FRAME=] of [[!FLAC]] which contains only one single frame of mono or stereo channels with the following constraints.
1895
-
- [=Block size in inter-channel samples=] in the [=FRAME_HEADER=] SHALL be set to [=num_samples_per_frame=].
1896
-
- [=Sample rate=] in the [=FRAME_HEADER=] SHALL indicate the same sample rate defined in the [=METADATA_BLOCK_STREAMINFO=].
1897
-
- [=Channel assignment=] in the [=FRAME_HEADER=] SHALL be set to 0 or 1 to indicate that the [=FRAME=] contains mono channel or stereo channels, respectively.
1898
-
- [=Sample size in bits=] in the [=FRAME_HEADER=] SHALL indicate the same sample size defined in the [=METADATA_BLOCK_STREAMINFO=].
1896
+
The format of [=audio_frame=] is [=Frame=] of [[!RFC-9639]] which contains only one single frame of mono or stereo channels with the following constraints.
1897
+
- [=Block Size Bits=] in the [=Frame Header=] SHALL be set to [=num_samples_per_frame=].
1898
+
- [=Sample Rate Bits=] in the [=Frame Header=] SHALL indicate the same sample rate defined in the [=Streaminfo=].
1899
+
- [=Channel Bits=] in the [=Frame Header=] SHALL be set to 0 or 1 to indicate that the [=FRAME=] contains mono channel or stereo channels, respectively.
1900
+
- [=Bit Depth Bits=] in the [=Frame Header=] SHALL indicate the same [=bits per sample=]defined in the [=Streaminfo=].
1899
1901
1900
-
The sample rate used for computing offsets SHALL be the sampling rate indicated in the [=METADATA_BLOCK=].
1902
+
The sample rate used for computing offsets SHALL be the sampling rate indicated in the [=Metadata Block=].
0 commit comments