Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How can I build a voice recognition system using C++ with a QT framework

How can I build a voice recognition system using C++ with a QT framework

Scheduled Pinned Locked Moved Unsolved General and Desktop
c++voice recognitilinux
4 Posts 2 Posters 1.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    Glanc
    wrote on 21 Jan 2018, 07:32 last edited by
    #1

    Hi,
    I found an example on youtube voice recognition.
    youtube

    www

    how to run it on linux?

    1 Reply Last reply
    1
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 21 Jan 2018, 22:53 last edited by
      #2

      Hi and welcome to devnet,

      Build the module and install it. Then you can use it like any other Qt module.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      3
      • G Offline
        G Offline
        Glanc
        wrote on 22 Jan 2018, 08:09 last edited by
        #3

        There is some tutorial on how to build and install this module?

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 22 Jan 2018, 22:38 last edited by
          #4
          mkdir build_qtspeech
          pushd build_qtspeech
          /path/to/Qt/bin/qmake /path/to/qtspeech/
          make
          make install
          popd
          

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1

          1/4

          21 Jan 2018, 07:32

          • Login

          • Login or register to search.
          1 out of 4
          • First post
            1/4
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved