introlab / odas

ODAS: Open embeddeD Audition System
MIT License
779 stars 247 forks source link

What does the raw output of ODAS mean? #284

Closed Femtofirst closed 1 year ago

Femtofirst commented 1 year ago

I was running ODAS without the GUI interface - and got some RAW output from the terminal. Can anyone help explain what is the relationship between the info upon and the lower? Also what do 'x,y,z,e' in the output upon mean? and what do 'id, tag, x,y,z,activity' in the output below mean? Thanks in advance!

{ "timeStamp": 2351, "src": [ { "x": -0.500, "y": 0.162, "z": 0.851, "E": 0.268 }, { "x": -0.564, "y": -0.097, "z": 0.820, "E": 0.159 }, { "x": -0.199, "y": 0.274, "z": 0.941, "E": 0.131 }, { "x": -0.906, "y": 0.420, "z": 0.059, "E": 0.105 } ] } { "timeStamp": 2351, "src": [ { "id": 0, "tag": "", "x": 0.000, "y": 0.000, "z": 0.000, "activity": 0.000 }, { "id": 34, "tag": "dynamic", "x": -0.458, "y": -0.807, "z": 0.374, "activity": 0.000 }, { "id": 0, "tag": "", "x": 0.000, "y": 0.000, "z": 0.000, "activity": 0.000 }, { "id": 0, "tag": "", "x": 0.000, "y": 0.000, "z": 0.000, "activity": 0.000 } ] }