Skip to content

Commit

Permalink
mark old A_AAC CodecID's as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Nov 24, 2024
1 parent 41803a2 commit f2d52b7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions codec_specs.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ Codec ID: A_AAC/MPEG2/LC

Codec Name: Low Complexity

Description: Channel number and sample rate have to be read from the corresponding audio element.
Description: This `CodecID` is deprecated and **SHOULD NOT** be used, `A_AAC` (#a-aac) **SHOULD** be used instead. Channel number and sample rate have to be read from the corresponding audio element.
The audio stream is stripped from ADTS headers and normal Matroska frame based muxing scheme is applied.
AAC audio always uses wFormatTag 0xFF.

Expand All @@ -500,7 +500,7 @@ Codec ID: A_AAC/MPEG2/LC/SBR

Codec Name: Low Complexity with Spectral Band Replication

Description: Channel number and sample rate have to be read from the corresponding audio element.
Description: This `CodecID` is deprecated and **SHOULD NOT** be used, `A_AAC` (#a-aac) **SHOULD** be used instead. Channel number and sample rate have to be read from the corresponding audio element.
The audio stream is stripped from ADTS headers and normal Matroska frame based muxing scheme is applied.
AAC audio always uses wFormatTag 0xFF.

Expand All @@ -512,7 +512,7 @@ Codec ID: A_AAC/MPEG2/MAIN

Codec Name: MPEG2 Main Profile

Description: Channel number and sample rate have to be read from the corresponding audio element.
Description: This `CodecID` is deprecated and **SHOULD NOT** be used, `A_AAC` (#a-aac) **SHOULD** be used instead. Channel number and sample rate have to be read from the corresponding audio element.
The audio stream is stripped from ADTS headers and normal Matroska frame based muxing scheme is applied.
AAC audio always uses wFormatTag 0xFF.

Expand All @@ -524,7 +524,7 @@ Codec ID: A_AAC/MPEG2/SSR

Codec Name: Scalable Sampling Rate

Description: Channel number and sample rate have to be read from the corresponding audio element.
Description: This `CodecID` is deprecated and **SHOULD NOT** be used, `A_AAC` (#a-aac) **SHOULD** be used instead. Channel number and sample rate have to be read from the corresponding audio element.
The audio stream is stripped from ADTS headers and normal Matroska frame based muxing scheme is applied.
AAC audio always uses wFormatTag 0xFF.

Expand All @@ -536,7 +536,7 @@ Codec ID: A_AAC/MPEG4/LC

Codec Name: Low Complexity

Description: Channel number and sample rate have to be read from the corresponding audio element.
Description: This `CodecID` is deprecated and **SHOULD NOT** be used, `A_AAC` (#a-aac) **SHOULD** be used instead. Channel number and sample rate have to be read from the corresponding audio element.
The audio stream is stripped from ADTS headers and normal Matroska frame based muxing scheme is applied.
AAC audio always uses wFormatTag 0xFF.

Expand All @@ -548,7 +548,7 @@ Codec ID: A_AAC/MPEG4/LC/SBR

Codec Name: Low Complexity with Spectral Band Replication

Description: Channel number and sample rate have to be read from the corresponding audio element.
Description: This `CodecID` is deprecated and **SHOULD NOT** be used, `A_AAC` (#a-aac) **SHOULD** be used instead. Channel number and sample rate have to be read from the corresponding audio element.
The audio stream is stripped from ADTS headers and normal Matroska frame based muxing scheme is applied.
AAC audio always uses wFormatTag 0xFF.

Expand All @@ -560,7 +560,7 @@ Codec ID: A_AAC/MPEG4/LTP

Codec Name: Long Term Prediction

Description: Channel number and sample rate have to be read from the corresponding audio element.
Description: This `CodecID` is deprecated and **SHOULD NOT** be used, `A_AAC` (#a-aac) **SHOULD** be used instead. Channel number and sample rate have to be read from the corresponding audio element.
The audio stream is stripped from ADTS headers and normal Matroska frame based muxing scheme is applied.
AAC audio always uses wFormatTag 0xFF.

Expand All @@ -572,7 +572,7 @@ Codec ID: A_AAC/MPEG4/MAIN

Codec Name: MPEG4 Main Profile

Description: Channel number and sample rate have to be read from the corresponding audio element.
Description: This `CodecID` is deprecated and **SHOULD NOT** be used, `A_AAC` (#a-aac) **SHOULD** be used instead. Channel number and sample rate have to be read from the corresponding audio element.
The audio stream is stripped from ADTS headers and normal Matroska frame based muxing scheme is applied.
AAC audio always uses wFormatTag 0xFF.

Expand All @@ -584,7 +584,7 @@ Codec ID: A_AAC/MPEG4/SSR

Codec Name: Scalable Sampling Rate

Description: Channel number and sample rate have to be read from the corresponding audio element.
Description: This `CodecID` is deprecated and **SHOULD NOT** be used, `A_AAC` (#a-aac) **SHOULD** be used instead. Channel number and sample rate have to be read from the corresponding audio element.
The audio stream is stripped from ADTS headers and normal Matroska frame based muxing scheme is applied.
AAC audio always uses wFormatTag 0xFF.

Expand Down

0 comments on commit f2d52b7

Please sign in to comment.