You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the code consuming this output you can do the following if you're using JavaScript:
varstart=newDate(...);// Source from when you started
...
vartimeStampFromStartMS=((timestamp*hopSize)/sampleRate)*1000);varcurrentTimestamp=newDate(startDateTime.getTime()+timeStampFromStartMS);
This isn't super precise since the start time isn't reported from ODAS in this situation.
Hi, I got theses data :
{ "timeStamp": 520, "src": [ { "x": 0.896, "y": 0.376, "z": 0.235, "E": 0.317 }, { "x": 0.990, "y": 0.073, "z": 0.117, "E": 0.116 }, { "x": 0.758, "y": 0.637, "z": 0.140, "E": 0.088 }, { "x": 0.819, "y": 0.335, "z": 0.465, "E": 0.000 } ] }
I would like to know if it's possible to change
"timeStamp": 520,
to
"timeStamp": currentDate,
Thanks in advance
The text was updated successfully, but these errors were encountered: