Skip to content
Discussion options

You must be logged in to vote

Using openWakeWord actually involves 3 separate models working together: a melspectrogram model, an embedding model, and then the wakeword prediction model. You can see how all three of these combine together here.

Re-implementing this in flutter is possible, but you'll have to match the logic that prepares the audio and passes everything through these three models in the proper order.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by hasanalaniIT
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants