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. Voice Recognition
Qt 6.11 is out! See what's new in the release blog

Voice Recognition

Scheduled Pinned Locked Moved General and Desktop
11 Posts 2 Posters 4.2k Views 2 Watching
  • 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.
  • R Offline
    R Offline
    Rootsec
    wrote on last edited by
    #1

    I do not know if this is the correct area but I wonder if the QT supports voice recognition, I have a virtual Intelligence project / Virtual Assistant.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      There's the QtSpeech module that currently support text to speech BUT has a WIP branch for speech recognition

      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
      • R Offline
        R Offline
        Rootsec
        wrote on last edited by
        #3

        How do I install this module?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Clone the module from http://code.qt.io, checkout the speech-recognition branch, qmake, make, make install and you should be good to go

          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
          0
          • R Offline
            R Offline
            Rootsec
            wrote on last edited by
            #5

            I took a git clone after which the next procedure? Excuse first time you use the 'git'

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6
              git clone http://code.qt.io/qt/qtspeech.git
              cd qtspeech
              git checkout wip/speech-recognition
              /path/to/Qt5/bin/qmake 
              make
              make install
              

              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
              0
              • R Offline
                R Offline
                Rootsec
                wrote on last edited by Rootsec
                #7
                This post is deleted!
                1 Reply Last reply
                0
                • R Offline
                  R Offline
                  Rootsec
                  wrote on last edited by
                  #8

                  / path / to / Qt5 / bin / qmake

                  He gave the following error

                  / path / to / Qt5 / bin / qmake: File or directory not found

                  1 Reply Last reply
                  0
                  • SGaistS Offline
                    SGaistS Offline
                    SGaist
                    Lifetime Qt Champion
                    wrote on last edited by
                    #9

                    That path is a placeholder, replace it with the current path to your installed Qt 5 qmake

                    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
                    0
                    • R Offline
                      R Offline
                      Rootsec
                      wrote on last edited by
                      #10

                      This happened:
                      Can you give me examples of using the speech? Both welcome you both to send

                      root @ root: / home / sky / qtspeech # make
                      cd src / && (test-and Makefile || /opt/Qt5.5.0/5.5/gcc_64/bin/qmake /home/sky/qtspeech/src/src.pro -o Makefile) && make -f Makefile
                      make [1]: Entering directory / home / sky / qtspeech / src ' TTS cd / && (test-and Makefile || /opt/Qt5.5.0/5.5/gcc_64/bin/qmake /home/sky/qtspeech/src/tts/tts.pro -o Makefile) && make -f Makefile Project MESSAGE: perl -w /opt/Qt5.5.0/5.5/gcc_64/bin/syncqt.pl -module QtTextToSpeech -version 5.5.0 -outdir / home / sky / qtspeech / home / sky / qtspeech <srcbase> = / home / sky / qtspeech <outbase> = / home / sky / qtspeech QtTextToSpeech: created include fwd-header (s) is <srcbase> / src / tts / {qtexttospeech.h (2), qtexttospeech_global.h (1), qtexttospeech_p.h (1), qvoice.h (2), qvoice_p. h (1)} QtTextToSpeech: created version header QtTextToSpeech: created master header QtTextToSpeech: created headers.pri file Project ERROR: speech-dispatcher development package not found make [1]: ** [sub-TTS-make_first] Error 3 make [1]: Leaving directory / home / sky / qtspeech / src '
                      make: ** [sub-src-make_first] Error 2
                      root @ root: / home / sky / qtspeech # make install
                      cd src / && (test-and Makefile || /opt/Qt5.5.0/5.5/gcc_64/bin/qmake /home/sky/qtspeech/src/src.pro -o Makefile) && make -f Makefile install
                      make [1]: Entering directory / home / sky / qtspeech / src ' TTS cd / && (test-and Makefile || /opt/Qt5.5.0/5.5/gcc_64/bin/qmake /home/sky/qtspeech/src/tts/tts.pro -o Makefile) && make -f Makefile install Project MESSAGE: perl -w /opt/Qt5.5.0/5.5/gcc_64/bin/syncqt.pl -module QtTextToSpeech -version 5.5.0 -outdir / home / sky / qtspeech / home / sky / qtspeech <srcbase> = / home / sky / qtspeech <outbase> = / home / sky / qtspeech Project ERROR: speech-dispatcher development package not found make [1]: ** [sub-TTS-install_subtargets] Error 3 make [1]: Leaving directory / home / sky / qtspeech / src '
                      make: ** [sub-src-install_subtargets] Error 2
                      root @ root: / home / sky / qtspeech #

                      1 Reply Last reply
                      0
                      • SGaistS Offline
                        SGaistS Offline
                        SGaist
                        Lifetime Qt Champion
                        wrote on last edited by
                        #11

                        You are missing the dev package for speech-dispatcher

                        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
                        0

                        • Login

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