Speed-up mixed order mono-coded ambisonics (~2.47x for horizontal 3OA).

  - Precompute a gain matrix without the empty channels for mono-coded ambisonics.
  - Results in a smaller matrix to be used for rows that otherwise would have been zeroed out.

PiperOrigin-RevId: 922126133
1 file changed
tree: ce9d0dc4d4424d1c08f477640ccc7f470f0c4efa
  1. .github/
  2. docs/
  3. external/
  4. gh_pages/
  5. iamf/
  6. .bazelrc
  7. .bazelversion
  8. .clang-format
  9. .gitignore
  10. BUILD
  11. CHANGELOG.md
  12. CONTRIBUTING.md
  13. LICENSE
  14. MODULE.bazel
  15. PATENTS
  16. README.md
README.md

iamf-tools

What is IAMF?

The Immersive Audio Model and Formats (IAMF) standard is defined by the Alliance for Open Media (AOM).

What is iamf-tools?

iamf-tools implements tools to help users process and work with the IAMF format. These tools can be used as a complement to the libiamf reference decoder and other tools such as ffmpeg and MP4Box.

Encoding IAMF content

There are multiple workflows for creating IAMF content, supporting different types of input or output.

IAMF encode workflows

iamf-tools provides a few ways to encode IAMF content.

Additionally, documentation is provided for third-party workflows. In particular these are useful for working with IAMF in MP4, and IAMF muxed with video.

Decoding IAMF content

The libiamf reference decoder and its documentation are available at https://github.com/AOMediaCodec/libiamf/. It provides decoding tools for standalone IAMF and IAMF in MP4.

iamf-tools provides a different implementation and command-line decoder:

Web Demo

The web demo hosted in the GitHub Pages of this repo decodes and renders standalone IAMF files to stereo and binaural WAV files for preview and comparison.

License

Released under the BSD 3-Clause Clear License. See LICENSE for details.