Forum > Audio and Video
Speech recognition?
JJJ:
After more than 15 years back to pascal programming with Lazarus.
Does anybody know is there any speech recognition engine that works together with Lazarus on Win 10?
The purpose is to get a voice command to my app.
Thanks,
JJJ
Thaddy:
It comes with Windows and has a COM interface.... ? Google it...
It is thus free... and easy to use...
Trenatos:
https://github.com/r1me/TPocketSphinx
Thaddy:
--- Quote from: Trenatos on April 12, 2018, 06:29:54 pm ---https://github.com/r1me/TPocketSphinx
--- End quote ---
There is really no need for that when Microsoft already provides something vastly superior as standard in every Windows version.
It only needs a type library import and some knowledge about COM.
Note that the current versions can also use the cloud and are even more powerful, but you need a license for that.
Also note that the old versions are limited to just a few languages, but free.
rvk:
I remember a topic back in 2015 for the SpeechToText API.
https://forum.lazarus.freepascal.org/index.php/topic,28952.0.html
I already had the SpeechLib_TLB.zip in that topic and I could make a working example for English.
--- Quote from: Thaddy on April 12, 2018, 06:33:29 pm ---Note that the current versions can also use the cloud and are even more powerful, but you need a license for that.
--- End quote ---
Neat 8-)
https://cloud.google.com/speech-to-text/
Navigation
[0] Message Index
[#] Next page