From 5ae0a0faee273c1de9ec92c671f79391565f535f Mon Sep 17 00:00:00 2001 From: sunghee-hwang <97494915+sunghee-hwang@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:52:37 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b1d0a10..56f06329 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # libiamf -This is a reference implementation and conformance test for the AOM Immersive Audio Model and Formats (IAMF) specification, approved as a final deliverable by AOM on __________, 2024. +This is a reference implementation and conformance test for the AOM Immersive Audio Model and Formats (IAMF) specification, approved as a final deliverable by AOM on April 3, 2024. The reference implementation includes only the decoder. The description of each folder is as follows: -- The 'code' directory contains the reference decoder for AOM IAMF v1.1.0. +- The 'code' directory contains the reference decoder for AOM IAMF v1.0.0-errata. - The 'proto' and 'tests' directories contain test vectors and test description metadata for conformance tests. The source code within this repository that implements the normative portions of the IAMF specification is intended to form the IAMF Reference Implementation approved as an AOM Final Deliverable. Any additional functionality within this repository, including functionality that implements non-normative portions of the IAMF specification, is NOT intended to form part of this IAMF Reference Implementation. -# Changes since v1.0.0-errata +The source code has been updated to cover corner cases since the release of v1.0.0-errata.