Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# - Free Offliine speech recognition library (SDK)

C# - Free speech recognition Engine library (SDK)

System.Speech.Recognition is very bad... I want another SDK that give me good results and works with c# on Visual Studio...

and i want it OFFLINE not online like google api

Thanks

like image 228
Majd Akrama Avatar asked Mar 04 '16 17:03

Majd Akrama


1 Answers

I got quite good results using pocketsphinx, or Sphinx if you have more available resources, in the past. Check it here: https://cmusphinx.github.io/

like image 56
Jordi Adell Avatar answered Sep 22 '22 06:09

Jordi Adell