Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 326 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 326 Bytes

PocketSphinx KWS C#

Pure C# port of the Pocketsphinx keyword spotter

This code is terribly unoptimized right now because it's an LLE (low-level) port of the C code, favoring parity over speed. It's about 7 times slower than the C code right now; future optimizations to remove the pointer emulation layer should come soon.