Skip to content

SphinxQt is an application for speech recognition based on CMU Sphinx

License

Notifications You must be signed in to change notification settings

Grandbrain/SphinxQt

Repository files navigation

GitHub release GitHub issues GitHub forks GitHub stars GitHub license

Welcome to SphinxQt project!

SphinxQt is an application for speech recognition based on CMU Sphinx. The program uses third-party recognition models that are available on CMU Sphinx website. The program is based on Qt Framework and includes the binaries of CMU Sphinx for Windows.

Contribute

There are several ways to contribute to SphinxQt project:

Building

  • Download and extract the latest release of the source code.
  • Download and install the latest version of Qt.
  • Launch Qt Creator and open the project file "SphinxQt.pro".
  • Rebuild the project by clicking "Rebuild all" in the "Build" menu.
  • Launch the application by clicking "Run" in the "Build" menu.

Usage

  • Select preferred microphone and sample rate from the list.
  • Specify the recognition models.
  • Click "Initialization" to initialize recognition.
  • Click "Begin recognition" to begin recognition.