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

Communication from Python to get_lag #12

Closed marioortizmanero closed 4 years ago

marioortizmanero commented 4 years ago

There are two problems related to communication with the get_lag function:

A global status variable could be defined in the C extension. This variable would be exposed to Python with function calls (stop() or pause(), for example).