NOT ABLE TO CREATE OWN VOICE MODEL FOR MMM-GOOGLEASSISTANT
-
HI, bro first of all thanks for this awesome module called google assistant v3. I am having a hard time creating my own voice model for jarvis as the one by default is not working perfectly for me. please guide me on how do i create my own model. PLEASE HELP.
-
sorry, I really don’t understand what do you want to do, because GA v3 have no embed listener
-
Yeah i know you’ve used MMM-DETECTOR .Basically i want to create a personalized voice model , like we used to do with snowboy umdl models .and also i want to know where are the models saved in MMM-Detector so i can save my own model .
Please help -
you can save it in
resources
directoryin this case you can use PMDL file with this sample in
detectors:[]
works only withsnowboy
detector{ detector: "Snowboy", Model: "yourOwnModel", usePMDL: true, PMDLPath: "../../../resources", Sensitivity: null, Logo: "google", autoRestart: false, onDetected: { notification: "GA_ACTIVATE" } },
-
@bugsounet thank you for quick response . You’re an amazing guy .