Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. I want to implement speech to text feature in Qt, Is there any such library available in Qt? in QT5
Forum Update on Monday, May 27th 2025

I want to implement speech to text feature in Qt, Is there any such library available in Qt? in QT5

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
5 Posts 3 Posters 329 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.
  • D Offline
    D Offline
    Deep Patle
    wrote on 26 Nov 2024, 10:44 last edited by Deep Patle
    #1

    I am working on a Qt project want to implement a speech to text feature.

    Has anyone successfully integrated a speech to text solution Qt? if yes, which library or API would you recommend?

    J 1 Reply Last reply 26 Nov 2024, 11:47
    0
    • D Deep Patle
      26 Nov 2024, 10:44

      I am working on a Qt project want to implement a speech to text feature.

      Has anyone successfully integrated a speech to text solution Qt? if yes, which library or API would you recommend?

      J Offline
      J Offline
      JoeCFD
      wrote on 26 Nov 2024, 11:47 last edited by
      #2

      @Deep-Patle https://doc.qt.io/qt-5/qtexttospeech.html#details
      module name: QT += texttospeech
      https://doc.qt.io/qt-5/qtspeech-hello-speak-example.html

      J 1 Reply Last reply 26 Nov 2024, 12:34
      1
      • J JoeCFD
        26 Nov 2024, 11:47

        @Deep-Patle https://doc.qt.io/qt-5/qtexttospeech.html#details
        module name: QT += texttospeech
        https://doc.qt.io/qt-5/qtspeech-hello-speak-example.html

        J Offline
        J Offline
        JonB
        wrote on 26 Nov 2024, 12:34 last edited by
        #3

        @JoeCFD
        That is text to speech, but OP wants speech to text!

        @Deep-Patle
        I don't know what its state is, but @SGaist referred to speech to text in https://forum.qt.io/post/545844

        1 Reply Last reply
        0
        • D Offline
          D Offline
          Deep Patle
          wrote on 26 Nov 2024, 12:55 last edited by
          #4

          Thank you for sharing the documents. However, my current focus is on implementing speech-to-text functionality, which is the opposite of text-to-speech.

          I’m specifically looking for guidance or libraries to convert spoken words into text within a Qt application. If you have any resources, examples, or advice related to this, I would greatly appreciate it.

          J 1 Reply Last reply 26 Nov 2024, 13:26
          0
          • D Deep Patle
            26 Nov 2024, 12:55

            Thank you for sharing the documents. However, my current focus is on implementing speech-to-text functionality, which is the opposite of text-to-speech.

            I’m specifically looking for guidance or libraries to convert spoken words into text within a Qt application. If you have any resources, examples, or advice related to this, I would greatly appreciate it.

            J Offline
            J Offline
            JoeCFD
            wrote on 26 Nov 2024, 13:26 last edited by
            #5

            @Deep-Patle Sorry I misread your post.
            To implement speech-to-text in C++, you can leverage speech recognition APIs or libraries such as Google's Speech-to-Text API, Microsoft Azure Speech API, or open-source libraries like pocketsphinx or deepspeech

            1 Reply Last reply
            0
            • J JonB referenced this topic on 28 Nov 2024, 14:56

            1/5

            26 Nov 2024, 10:44

            • Login

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