LLAMA-17737 : FFV KWD model version & raw detect timing in init msg - #32
Open
garys2511 wants to merge 5 commits into
Open
LLAMA-17737 : FFV KWD model version & raw detect timing in init msg#32garys2511 wants to merge 5 commits into
garys2511 wants to merge 5 commits into
Conversation
Reason for change: Sky voice team requested the in-house wake word model
version information, raw (no preroll applied) start of wake up word
(SOWUW) value, and raw (no postroll or end-of-wake-word-extension
applied) end of wakeup word (EOWUW) be included in the session init
message JSON send to VREX.
Test Procedure: Test using Llama Italy and the Comcast ("in-house")
model enabled.
Trigger Llama with "ciao sky" WW and verify the wake word model version,
raw SOWUW, and raw EOWUW data are included in the init message sent to
VREX.
Priority: P2
Risks: Low
Signed-off-by: Gary_Skrabutenas@comcast.com
…W added to session init message.
Reason for change: Sky voice team requested the in-house wake word model
version, model name, raw (no preroll applied) start of wake up word
(SOWUW) value, and raw (no postroll or end-of-wake-word-extension
applied) end of wakeup word (EOWUW) be included in the session init
message JSON send to VREX.
Test Procedure: Test using Llama Italy and the Comcast ("in-house")
model enabled.
Trigger Llama with "ciao sky" WW and verify the wake word model version,
model name, raw SOWUW, and raw EOWUW data are included in the init message
sent to VREX.
Priority: P2
Risks: Low
Signed-off-by: Gary_Skrabutenas@comcast.com
…ct-Timing' of github.com:rdkcentral/xr-voice-sdk into feature/LLAMA-17737-Init-Msg-KWD-Model-Version-Raw-Detect-Timing
* RDKEMW-7182 : use consolidated repos * RDKEMW-7183 : use consolidated repo * RDKEMW-7905 : remove ctrlm build flags - ANSI_CODES_DISABLED (#20) * RDKEMW-9120 : remove xr-voice-sdk build flags - XRAUDIO_DECODE_ADPCM XRAUDIO_DECODE_OPUS (#25) * RDKEMW-8676 : remove ctrlm build flags - MIC_TAP, LOCAL_MIC, LOCAL_MIC_DISABLE_VIA_PRIVACY (#23) * RDKEMW-9124 : remove xr-voice-sdk build flags - XRAUDIO_CURTAIL XLOG_… (#26) * RDKEMW-10480 : ctrlm release v1.1.6, xr-voice-sdk v1.0.7 (#35) --------- Co-authored-by: dwolaver <44593664+dwolaver@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In-house wake word model version information, raw SOWUW, and raw EOWUW added to the session init message.