Results 1 to 4 of 4

Thread: Google Speech to Text API??

  1. #1
    Join Date
    Jul 2020
    Location
    Oregon, USA
    Posts
    2
    Qt products
    PyQt3 PyQt4
    Platforms
    MacOS X

    Default Google Speech to Text API??

    Hey Everyone,

    Is there any way i can integrate google speech to text cloud and QT? I couldn't process streaming audio using cloud API. I searched google, but can't find any articles related to QT.

    Any help?

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,229
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Google Speech to Text API??

    Qt is just a set of C++ libraries. There is no magic there. If Google offers a speech-to-text development kit based on C++ libraries, then you can integrate that just as you would any other library into any other program. If Google's API is a web-based protocol, then Qt has an extensive set of classes supporting most web-based protocols.

    What you need to be researching is connecting to the cloud service from a desktop application, not specifically using Qt for it.
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

  3. #3
    Join Date
    Jul 2020
    Location
    Oregon, USA
    Posts
    2
    Qt products
    PyQt3 PyQt4
    Platforms
    MacOS X

    Default Re: Google Speech to Text API??

    Quote Originally Posted by d_stranz View Post
    Qt is just a set of C++ libraries. There is no magic there. If Google offers a speech-to-text development kit based on C++ libraries, then you can integrate that just as you would any other library into any other program. If Google's API is a web-based protocol, then Qt has an extensive set of classes supporting most web-based protocols.

    What you need to be researching is connecting to the cloud service from a desktop application, not specifically using Qt for it.
    Thanks, This is helpful.

  4. #4
    Join Date
    Aug 2020
    Posts
    1
    Qt products
    Qt5
    Platforms
    Android

    Default Re: Google Speech to Text API??

    Quote Originally Posted by d_stranz View Post
    Qt is just a set of C++ libraries. There is no magic there. If Google offers a speech-to-text development kit based on C++ libraries, then you can integrate that just as you would any other library into any other program. If Google's API is a web-based protocol, then Qt has an extensive set of classes supporting most web-based protocols.

    What you need to be researching is connecting to the cloud service from a desktop application, not specifically using Qt for it.
    Very much useful. Thank you very much for the help.

Similar Threads

  1. Replies: 0
    Last Post: 13th August 2017, 19:28
  2. Google cloud synchronous speech using local file
    By sivaprasad1984 in forum Qt Programming
    Replies: 0
    Last Post: 24th April 2017, 05:42
  3. Google cloud Streaming Speech recognition using Qt
    By sivaprasad1984 in forum Qt Programming
    Replies: 1
    Last Post: 20th April 2017, 23:11
  4. QtSpeech No text-to-speech plug-ins were found.
    By r.sivaelango in forum Qt Programming
    Replies: 0
    Last Post: 5th April 2017, 09:27
  5. Replies: 1
    Last Post: 28th November 2016, 01:01

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.