Results 1 to 2 of 2

Thread: Google cloud Streaming Speech recognition using Qt

  1. #1
    Join Date
    Apr 2017
    Posts
    2
    Thanks
    1
    Qt products
    Qt5 Qt/Embedded
    Platforms
    Windows Android

    Default Google cloud Streaming Speech recognition using Qt

    Hi everyone,

    I want to implement streaming speech recognition using google cloud speech API and Qt.
    I was able to process already stored audio files in cloud storage and get the result.
    But I couldn't process streaming audio using cloud API. I searched google, but can't find any articles related to QT and google cloud speech API.

    Any help is really appreciated!

    Thanks,
    Siva

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

    Default Re: Google cloud Streaming Speech recognition using Qt

    Two minutes of googling and I found this. It isn't specifically Qt-based, but Qt -is- C++. You could turn this into an event-driven Qt program using QThread instead of std::thread with a bit of engineering.
    <=== 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. The following user says thank you to d_stranz for this useful post:

    sivaprasad1984 (24th April 2017)

Similar Threads

  1. Replies: 1
    Last Post: 9th October 2015, 07:45
  2. Google Cloud Messanging in Qt QMl
    By sosto in forum Qt Quick
    Replies: 1
    Last Post: 28th January 2015, 10:34
  3. Speech recognition library for Qt in C ++
    By giorgik in forum Qt Programming
    Replies: 4
    Last Post: 15th November 2012, 16:03
  4. Replies: 5
    Last Post: 15th March 2011, 15:17
  5. Speech recognition?
    By gadnio in forum Qt Programming
    Replies: 3
    Last Post: 7th May 2007, 09:49

Tags for this Thread

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.