Skip to content

lostromb/pocketsphinx-kws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 later.

There are known issues when loading binary files in certain formats. Unfortunately I really do not have time to look at the failures right now. Sorry

Also TODO:

  • Define the external API
  • Add an interface for those who only want speech detection
  • Push to Nuget

About

Pure C# port of the Pocketsphinx keyword spotter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published