Hi,
I have seen this solution to change Sensory to Kitt-ai but I am not following the things that it is trying to say:
The build options to enable a custom wake word engine are listed here: https://github.com/alexa/avs-device-sdk/wiki/cmake-parameters#wake-word-detector.
Where should I Replace <wake-word-name>
with SENSORY
for Sensory, and KITTAI
for KITT.ai.?
then this:
Specifies if the WWD is enabled or disabled during build.
Values
OFF
| ON
Default
OFF
And What is <absolute-path-to-source>?
cmake <absolute-path-to-source> -DKITTAI_KEY_WORD_DETECTOR=ON -DKITTAI_KEY_WORD_DETECTOR_LIB_PATH=<absolute-path>/snowboy-1.2.0/lib/libsnowboy-detect.a -DKITTAI_KEY_WORD_DETECTOR_INCLUDE_DIR=<absolute-path>/snowboy-1.2.0/include
And same for this below :
For Kitt.ai, add the following files/folders:
mkdir <AVS_SOURCE_DIR>/KWD/inputs/KittAiModels
cp snowboy/resources/common.res <AVS_SOURCE_DIR>/KWD/inputs/KittAiModels/common.res
cp snowboy/resources/alexa/alexa-avs-sample-app/alexa.umdl <AVS_SOURCE_DIR>/KWD/inputs/KittAiModels/alexa.umdl