Skip to content

Commit 55e242e

Browse files
author
Varol
committed
Updated documentation to the latest version from the google repo.
1 parent b1bb871 commit 55e242e

File tree

2 files changed

+362
-23
lines changed

2 files changed

+362
-23
lines changed

docs/spatial-audio-rfc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ aligned(8) class SpatialAudioBox extends Box(‘SA3D’) {
6161

6262
For example, consider a 4-channel audio track containing ambisonic components *W*, *X*, *Y*, *Z* at channel indexes 0, 1, 2, 3, respectively. For `ambisonic_channel_ordering = 0` (ACN), the ordering of components should be *W*, *Y*, *Z*, *X*, so the `channel_map` sequence should be `0`, `2`, `3`, `1`.
6363

64-
As a simpler example, for a 4-channel audio track containing ambisonic components *W*, *Y*, *Z*, *X* at channel indexes 0, 1, 2, 3, respectively, the `channel_map` sequence should be specified as `0`, `1`, `2`, `3` when `ambisonics_channel_odering = 0` (ACN).
64+
As a simpler example, for a 4-channel audio track containing ambisonic components *W*, *Y*, *Z*, *X* at channel indexes 0, 1, 2, 3, respectively, the `channel_map` sequence should be specified as `0`, `1`, `2`, `3` when `ambisonic_channel_ordering = 0` (ACN).
6565

6666
##### Example
6767

0 commit comments

Comments
 (0)