From bd194c0fbd268ae0498b824be0a570d7c30843fc Mon Sep 17 00:00:00 2001 From: Xiao Yi Fang Date: Fri, 12 Jul 2024 17:25:52 +0800 Subject: [PATCH] opt: disable tts ,qtspeech quality is not good enough --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b341ef2..29327d38 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.25) # ubuntu 23.04 Fedora 36 option(WITH_FFMPEG_PLAYER "Enable support for FFMPEG player" ON) option(WITH_EPWING_SUPPORT "Enable epwing support" ON) option(WITH_ZIM "enable zim support" ON) -option(WITH_TTS "enable QTexttoSpeech support" ON) +option(WITH_TTS "enable QTexttoSpeech support" OFF) # options for linux packaging option(USE_SYSTEM_FMT "use system fmt instead of bundled one" OFF)