Recent

Author Topic: Speech recognition package for controlling the UI?  (Read 436 times)

vfclists

  • Hero Member
  • *****
  • Posts: 1146
    • HowTos Considered Harmful?
Speech recognition package for controlling the UI?
« on: February 28, 2024, 02:56:19 pm »
Does Lazarus have a speech recognition package that can be used to control the UI?

I guess the speech recognition part is separate from the UI control part, so lets focus on the speech recognition part. Is there a native Pascal version or do those available link to libraries written in other languages, usual C and C++?
Lazarus 3.0/FPC 3.2.2

Thaddy

  • Hero Member
  • *****
  • Posts: 16201
  • Censorship about opinions does not belong here.
Re: Speech recognition package for controlling the UI?
« Reply #1 on: February 28, 2024, 03:05:29 pm »
On Windows it is easy: The COM based speech API (SAPI) for which there are many examples on the web. Been using it since early 2000's. For Linux there is something similar, but forgot the name.
The current SAPI5 or higher is pretty good.

For cross platform:
https://www.ubuntupit.com/best-open-source-speech-recognition-tools-for-linux/
« Last Edit: February 28, 2024, 03:11:32 pm by Thaddy »
If I smell bad code it usually is bad code and that includes my own code.

 

TinyPortal © 2005-2018