Before you start, you are going to need two things in addition to your regular stereo upload deliverables: one or more Dolby Atmos recordings, and a unique ISRC for each Dolby Atmos recording.
If you deliver products via API, please follow these steps to add Dolby Atmos files to your release.
1. Start an upload and assign Dolby Atmos ISRC
POST /api/v2/upload/start/dolby_atmos {"id":<asset_id>,"isrc":"<dolby_atmos_isrc>"} |
2. Upload Dolby Atmos audio file chunks
POST /api/v2/upload |
You will be delivering one product, with Dolby Atmos and Stereo audio attached to the same asset. That means you don’t need to create a second product/UPC for these deliveries.
3. Finalize the upload
POST /api/v2/upload/finish |
Repeat the steps above for all applicable tracks on the release.
Your release is now ready to be (re)delivered to Dolby Atmos-enabled DSPs.
Please follow these instructions to retrieve Dolby Atmos files:
GET /api/v2/assets/<asset_id>/ "original_encodings": [ |
Please follow these instructions to retrieve Dolby Atmos files:
DELETE /api/v2/assets/<asset_id>/files/<vault_item_id> |
Please note that removal of the Dolby Atmos recording is only possible when your release is in Draft state.