Implement feedback voice 85/150385/12
authorMariusz Wachowicz <m.wachowicz@partner.samsung.com>
Wed, 13 Sep 2017 11:43:31 +0000 (13:43 +0200)
committerMariusz Wachowicz <m.wachowicz@partner.samsung.com>
Thu, 21 Sep 2017 14:37:22 +0000 (16:37 +0200)
commita2fa2894733e35a5cb1c808d4affcc9bfb4890d4
treead9da00e05b018124e854fb5cd99d449b0cdb496
parentf1ab7e6f5564e572095201160329c856f416ba10
Implement feedback voice

Add ToggleVoiceFeedbackEnabledActivity class
responsible for changing VConf keys

Add TextToSpeech class responsible for communication
with tts-engine

Change-Id: Icea8ecce2fe72396c0dc4084a866ea9f2499f443
13 files changed:
CMakeLists.txt
packaging/org.tizen.universal-switch.spec
src/MenuBuilder.cpp
src/RowScanner.cpp
src/ScreenScannerManager.cpp
src/TextToSpeech.cpp [new file with mode: 0644]
src/TextToSpeech.hpp [new file with mode: 0644]
src/ToggleVoiceFeedbackEnabledActivity.cpp [new file with mode: 0644]
src/UniversalSwitch.cpp
src/UniversalSwitch.hpp
src/VConfKeys.hpp
src/utils.hpp [new file with mode: 0644]
utils/setVconfKeys.sh