From b0213c870bab366ec2e60a4d5c2e581f77576a00 Mon Sep 17 00:00:00 2001 From: ktrajkovski Date: Mon, 2 Sep 2024 03:54:56 -0700 Subject: [PATCH] Update release notes to contain IAMF support. PiperOrigin-RevId: 670160408 --- RELEASENOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index de4e600978..295456959a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -119,6 +119,12 @@ * Smooth Streaming Extension: * RTSP Extension: * Decoder Extensions (FFmpeg, VP9, AV1, etc.): + * Add the IAMF decoder module, which provides support for playback of MP4 + files containing IAMF tracks using the libiamf native library to + synthesize audio. + * Playback is enabled with a stereo layout as well as 5.1 with + spatialization together with optional head tracking enabled, but + binaural playback support is currently not available. * MIDI extension: * Leanback extension: * Cast Extension: