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(Speech to Text) Implementation in Qt

Voice recognition(Speech to Text) Implementation in Qt

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 5 Posters 3.2k 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.
  • Venkatesh VV Offline
    Venkatesh VV Offline
    Venkatesh V
    wrote on last edited by
    #1

    Hello All,

    I want to implement speech to text feature in Qt, Is there any such library available in Qt? or do i need to use any external library or API?

    Thanks in Advance

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

      Hi,

      The QtSpeech module has a WOD/speech-recognition branch that you can build and test.

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

      Venkatesh VV 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        The QtSpeech module has a WOD/speech-recognition branch that you can build and test.

        Venkatesh VV Offline
        Venkatesh VV Offline
        Venkatesh V
        wrote on last edited by
        #3

        Hello @SGaist ,

        Thanks for your response, when i try to build above link in windows 10 i'm getting the following error:

        qt.speech.asr: QSpeechRecognitionManager::setGrammar()
        qt.speech.asr: QSpeechRecognitionManager::createGrammar()
        qt.speech.asr: QSpeechRecognitionManager::createGrammar()
        qml: Available plugins:
        qt.speech.asr: QSpeechRecognitionPrivate::onNotListening()
        qt.speech.asr: QSpeechRecognition::EngineInitError
        qml: Error 1: Speech recognition plugin "pocketsphinx" is not supported.
        qt.speech.asr: QSpeechRecognition::GrammarInitError
        qml: Error 4: The given engine was not properly initialized
        qt.speech.asr: QSpeechRecognition::GrammarInitError
        qml: Error 4: The given engine was not properly initialized

        1 Reply Last reply
        1
        • mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi
          I wonder if you need to also install the engine?
          https://cmusphinx.github.io/wiki/download/
          Just guessing based on
          qml: Error 1: Speech recognition plugin "pocketsphinx" is not supported.

          1 Reply Last reply
          2
          • D Offline
            D Offline
            dinhtoan
            wrote on last edited by
            #5

            Hi @SGaist ,
            I have clone the branch wip/speech-recognition in the link you give
            But I did't know how to what next ? I just know that we need install Flite in window 10 for me, but It still does't work .

            Can you give a more guide to complete run this speech - to text . Many thanks.

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

              Hi and welcome to devnet,

              No I can't because I don't have any Windows machine at hand.

              In any case, what error do you encounter exactly ?

              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
              • J Offline
                J Offline
                Joshika_Namani
                wrote on last edited by
                #7

                After cloning and checking out to that branch, how to run that repo after cloning, it has cmakelist.txt and .pro file and have lot of sub dirs also. please help me with this issue.

                Thanks in advance

                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