Keyword Detection
by Zachary Ouellet | MIT
A Godot 4 plugin that allows keyword spotting using Dynamic Time Warping (DTW). The main computation happens in a GDExtension in C++ but a handy node makes it easy to use
How to use To be able to recognize keywords with this library you need an instance of the KeywordMatcher node. This node handles the underlying C++ API. It is configured with a KeywordMatcherSetting resource. In that resource, you will need to provide
loading more results...