AudioAlign icon indicating copy to clipboard operation
AudioAlign copied to clipboard

Adding MVNX

Open andres-fr opened this issue 4 years ago • 1 comments

Hi!

I hacked a GUI to synchronize audio with MVNX motion capture data, and got a suggestion about merging into yours: https://github.com/andres-fr/audio-synch-tool/issues/1

What do you think? The functionality is in Python, but it is basically an XML parser so it should be easy to port to basically anything. The only caveat is that I found rather difficult to keep track of the different MVNX versions (I am unsure if XSENS, the company behind it, are very open about them), so the module would need an extendable version tracker that automatically finds and loads the matching schema. Do you have something like that already for other formats that we could reuse?

Just let me know if you are interested, I am open for collaboration :)

Best regards, Andres

andres-fr avatar Mar 30 '20 10:03 andres-fr

Hi Andres, sorry for the late response, and thank you for your offer. To figure out whether this would be a fitting addition, I'd need some information on what your tool actually does. Is there a detailed description, demo video, paper, etc. available somewhere?

protyposis avatar Dec 07 '23 18:12 protyposis