Skip to content

Using openwakeword tflite with flutter #177

Answered by dscripka
hasanalaniIT asked this question in Q&A
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: 1 comment

Comment options

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