Important note

This commit is contained in:
Jamie Hardt
2022-11-25 10:45:39 -08:00
parent 79fa79e706
commit 381ec6f820

View File

@@ -1,5 +1,8 @@
# soundobjects Blender Add-On # soundobjects Blender Add-On
**NOTE**: _Avid made some changes to ADM file import in Pro Tools and it no longer accepts ADMs made by
this plugin. It may still work with other DAWs._
This add-on adds three operators for working with immersive 3D audio in [Blender][blender], specifically it allows you to create ADM Broadcast This add-on adds three operators for working with immersive 3D audio in [Blender][blender], specifically it allows you to create ADM Broadcast
WAVE files for use with [Dolby Atmos][atmos] or other object-based sound mixing workflows. WAVE files for use with [Dolby Atmos][atmos] or other object-based sound mixing workflows.
@@ -31,7 +34,7 @@ with a Dolby Atmos rendering workflow. This produces a multichannel WAV file wit
panning information to the client. (Has been tested and works with Avid Pro Tools 2020). panning information to the client. (Has been tested and works with Avid Pro Tools 2020).
## Important Note ## Requirements
This add-on requires that the [EBU Audio Renderer](https://github.com/ebu/ebu_adm_renderer) (`ear` v2.0) Python package This add-on requires that the [EBU Audio Renderer](https://github.com/ebu/ebu_adm_renderer) (`ear` v2.0) Python package
be installed to Blender's Python. be installed to Blender's Python.