Tizen 2.1 base
authorJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:50:58 +0000 (01:50 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:50:58 +0000 (01:50 +0900)
commitab32acf2bd528089a65e67508e8646d85a36eb82
treeb3f64d1cd2707edb96166ded53b295831f3ab4e5
parentfde5672dc0abea93ca8410a7948e678c52db9ffd
Tizen 2.1 base
23 files changed:
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0755]
LICENSE.APLv2 [new file with mode: 0755]
NOTICE [new file with mode: 0755]
inc/FUixSpeech.h [new file with mode: 0644]
inc/FUixSpeechISpeechToTextEventListener.h [new file with mode: 0644]
inc/FUixSpeechITextToSpeechEventListener.h [new file with mode: 0644]
inc/FUixSpeechSpeechToText.h [new file with mode: 0644]
inc/FUixSpeechSpeechToTextTypes.h [new file with mode: 0644]
inc/FUixSpeechTextToSpeech.h [new file with mode: 0644]
inc/FUixSpeechTextToSpeechTypes.h [new file with mode: 0644]
osp-speech.manifest [new file with mode: 0644]
osp-speech.pc.in [new file with mode: 0755]
packaging/osp-speech.spec [new file with mode: 0755]
src/inc/FUixSpeech_ITextToSpeech.h [new file with mode: 0644]
src/stt/CMakeLists.txt [new file with mode: 0755]
src/stt/FUixSpeechSpeechToText.cpp [new file with mode: 0644]
src/stt/FUixSpeech_SpeechToTextImpl.cpp [new file with mode: 0644]
src/stt/FUixSpeech_SpeechToTextImpl.h [new file with mode: 0644]
src/tts/CMakeLists.txt [new file with mode: 0755]
src/tts/FUixSpeechTextToSpeech.cpp [new file with mode: 0644]
src/tts/FUixSpeech_TextToSpeechImpl.cpp [new file with mode: 0644]
src/tts/FUixSpeech_TextToSpeechImpl.h [new file with mode: 0644]