Results 1 to 6 of 6

Thread: How to build a QT application for speech recognition???

  1. #1
    Join Date
    Mar 2011
    Location
    Coimbatore,TamilNadu,India
    Posts
    382
    Thanks
    10
    Thanked 13 Times in 12 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default How to build a QT application for speech recognition???

    Qt application, which should get the speech as input. For instance, user control, a Mp3 player, if user says "start", it should start playing and if the user says "stop", it has to stop,... pls help me..

  2. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: How to build a QT application for speech recognition???

    How are you currently receiving the microphone input?

    Which speech recognition API as you using?

  3. #3
    Join Date
    Mar 2011
    Location
    Coimbatore,TamilNadu,India
    Posts
    382
    Thanks
    10
    Thanked 13 Times in 12 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: How to build a QT application for speech recognition???

    No, Trying to build in QT itself. No idea about how to begin in QT...

  4. #4
    Join Date
    Apr 2010
    Posts
    769
    Thanks
    1
    Thanked 94 Times in 86 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: How to build a QT application for speech recognition???

    You've bitten off far too much, then. If you don't know anything about speech recognition, start here: it's one of the most difficult problems in computer science at the moment, and is far from solution.

    You'd be far better off researching COTS solutions that can be adapted to your particular needs than attempting to invent them from pure scratch.

  5. #5
    Join Date
    Mar 2011
    Posts
    14
    Qt products
    Qt3 Qt4 Qt/Embedded Qt Jambi PyQt3 PyQt4
    Platforms
    Unix/X11

    Default Re: How to build a QT application for speech recognition???

    You can use pocketsphinx on linux,it's a useful library.

  6. #6
    Join Date
    Jul 2010
    Posts
    72
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4 Qt/Embedded Qt Jambi
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: How to build a QT application for speech recognition???

    I have idea:
    a) Qt has all high level wrappers for underluying audio system ( hw and drivers ) - so you access you mic. using QMultimedia module or if at mobile so refer to QtMobility
    b) You should "parse" your samples gathered from a) to some buffer every time interval and when you find needed samples combinations ( by some pattern, threshold ) you call Qt slot or event and there is a code that treats what to do on pattern.
    Sir I can make for you the application I already knows how to build it ( it is not so sofisticated), or I can help you to build it if you want to cooperate with me contact me personally: pmazniker@gmail.com
    Pavel
    Last edited by freely; 15th March 2011 at 15:24.

Similar Threads

  1. Replies: 1
    Last Post: 13th January 2010, 23:35
  2. Replies: 2
    Last Post: 10th June 2009, 23:14
  3. Speech recognition?
    By gadnio in forum Qt Programming
    Replies: 3
    Last Post: 7th May 2007, 09:49
  4. User recognition
    By eu.x in forum Qt Programming
    Replies: 4
    Last Post: 13th March 2007, 03:16

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.