-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support new VoiceText API #296
Conversation
@k-okada I merged my source code into original version, by using |
…into support_vtapi
please resolve the conflict. |
and can you tell me when I should review this PR? |
@@ -21,7 +21,7 @@ | |||
#ifdef USE_DUMMY_INCLUDE | |||
#include "dummy/vt_dummy.h" | |||
#else | |||
#include "@VT_ROOT@/inc/vt_jpn.h" | |||
#include "@VT_INCLUDE@" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can write
#include VT_INCLDUE
and compile this with -DCV_INCLUDE
so add
to camke file, for example
add_definitions(-D${VT_INCLUDE})
or
set_target_properties(voice_text PROPERTIES COMPILE_FLAGS -D${VT_INCLUDE})
or use
#include "vt_jpn.h"
and
include_directories(${VT_ROOT}/inc) ????
waiting for |
Closed via #395 |
Support new version of voice_text. voice text SDK to voice text API.
All the coming voice_text engine will use new voice text API, maybe...
TODO