vidify / old-audiosync

First implementation of the audio synchronization feature for Vidify, now obsolete
GNU Lesser General Public License v3.0
17 stars 3 forks source link

Python binding for audiosync_status #40

Closed marioortizmanero closed 4 years ago

marioortizmanero commented 4 years ago

It'd be nice to have a Python binding for audiosync_status. It's not used right now in vidify but it will be useful in the future. The status type is an enum, so it should convert every possible value it takes into a string and return it. This function could be defined outside the binding file for other uses.