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

Enable/disable logging dynamically #51

Closed marioortizmanero closed 4 years ago

marioortizmanero commented 4 years ago

Currently audiosync checks a compile-time DEBUG variable to print debug messages. This isn't really practical though. It'd be great to have a modifiable global variable to show or hide the messages, exposed with audiosync.debug(on: bool).