opt: disable tts ,qtspeech quality is not good enough

This commit is contained in:
Xiao Yi Fang 2024-07-12 17:25:52 +08:00
parent b795818540
commit bd194c0fbd

View file

@ -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_FFMPEG_PLAYER "Enable support for FFMPEG player" ON)
option(WITH_EPWING_SUPPORT "Enable epwing support" ON) option(WITH_EPWING_SUPPORT "Enable epwing support" ON)
option(WITH_ZIM "enable zim 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 # options for linux packaging
option(USE_SYSTEM_FMT "use system fmt instead of bundled one" OFF) option(USE_SYSTEM_FMT "use system fmt instead of bundled one" OFF)