From f0b5508c1e35d478c384b4291eec4b1c4d44388a Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Thu, 14 May 2020 21:21:38 -0400 Subject: [PATCH] Enable autosync for testing --- commons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons.h b/commons.h index 0839428..a1a2d03 100644 --- a/commons.h +++ b/commons.h @@ -13,7 +13,7 @@ #define JS8_DECODE_THREAD 1 // use a separate thread for decode process handling #define JS8_ALLOW_EXTENDED 1 // allow extended latin-1 capital charset #define JS8_SAVE_AUDIO 0 // enable the save menu -#define JS8_AUTO_SYNC 0 // enable the experimental auto sync feature +#define JS8_AUTO_SYNC 1 // enable the experimental auto sync feature #ifdef QT_DEBUG #define JS8_DEBUG_DECODE 0 // emit debug statements for the decode pipeline