protyposis / AudioAlign

Audio Synchronization and Analysis Tool
GNU Affero General Public License v3.0
134 stars 16 forks source link

Adding MVNX #7

Open andres-fr opened 4 years ago

andres-fr commented 4 years ago

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

protyposis commented 7 months ago

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?