Results 1 to 2 of 2

Thread: qtspeech No text-to-speech plug-ins were found.

  1. #1
    Join Date
    Jun 2010
    Posts
    97
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default qtspeech No text-to-speech plug-ins were found.

    Hello,

    I am trying to build basic QtSpeech TTS example on Windows platform.
    I have Qt 5.8 version installed and I have installed MS SAPI 5.4 installed in my Programs Files folder.
    Now when I running example given by QT (Hello speak) it gives me an error as below.

    No text-to-speech plug-ins were found.

    Can somebody tell me step by step method to integrate SAPI with QtSpeech so that this will work.


    Thanks

    Manish

  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: qtspeech No text-to-speech plug-ins were found.

    As far as I can tell, QtSpeech is a technology preview that will be released with Qt 5.8. There probably isn't an implementation yet of the QTextToSpeechPlugin class needed to wrap SAPI on the Windows platform. It looks like at this point, the required QTextToSpeechEngine class is not documented, and that the only implemented plugin wraps the libspeechd library on linux platforms.

    So your choices are to either research the implementation of QTextToSpeechEngine that wraps libspeechd and provide the same functionality for SAPI or be patient and wait for the technology to become more mature.
    <=== 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.

Similar Threads

  1. Replies: 5
    Last Post: 30th December 2014, 05:37
  2. I am trying to install qtspeech
    By Dodeca in forum Newbie
    Replies: 14
    Last Post: 10th February 2014, 21:03
  3. Speech recognition library for Qt in C ++
    By giorgik in forum Qt Programming
    Replies: 4
    Last Post: 15th November 2012, 17:03
  4. Speech recognition?
    By gadnio in forum Qt Programming
    Replies: 3
    Last Post: 7th May 2007, 10:49

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.