immersive-audio-live / ADM-OSC

An OSC dictionary that implements the Audio Definition Model (ADM)
https://immersive-audio-live.github.io/ADM-OSC/
MIT License
68 stars 10 forks source link

X = -1, Y = 1 is front left #18

Closed mzed closed 2 months ago

mzed commented 1 year ago

I don't know we've made it explicit that Cartesian coordinates are

(-1, 1) --------- (1, 1)
    |                |
    |                |
    |                |
    |                |
(-1, -1) ---------(1, -1)
lzwicker commented 1 year ago

Agreed, should be noted somewhere and if someone uses different orientation the sender needs to normalize it accordingly to the ADM-OSC spec.

lzwicker commented 1 year ago

Agreed, should be noted somewhere and if someone uses different orientation the sender needs to normalize it accordingly to the ADM-OSC spec.

davemar-bbc commented 1 year ago

And positive azimuth angles are to the left. So a front-left speaker is +30degs.

madees commented 1 year ago

it is in ITU : image

mzed commented 2 months ago

Maybe we should add a page to the site with those graphics? I think this issue can be closed.