locked
,Speech to Text API for windows store app in C# RRS feed

  • Question

  • Are there any suggestion of Speech API which supports Windows Store Application in C#?
    I found that the Microsoft Speech API dose not support it.
    I would appreciate if someone give me a good solution ^^

    Thanks

    Friday, February 22, 2013 9:46 AM

Answers

  • The same answer applies to Speech-toText as for Text-to-Speech.

    There is no in-box API for this for Windows Store apps, so you will need to find a 3rd party API or call out to a web service to do the translation.

    --Rob

    Tuesday, February 26, 2013 7:33 PM
    Moderator

All replies

  • There isn't any text-to-speech API included in box, but you can call a web service to translate it. See http://www.microsoft.com/en-us/translator/developers.aspx for information on the Microsoft Translator web service API.

    --Rob

    Saturday, February 23, 2013 4:37 AM
    Moderator
  • Thanks for your suggestion, but i mean the use of Speech-To-Text not Text-To-Speech.
    Is there any API which perform voice (just a short keyword) detection and match with created keyword commands i set in the application?
    Saturday, February 23, 2013 8:12 AM
  • Hi,

    Windows Store app doesn't have an API for voice recognition. Here is a reply from Rob in this thread, please have a look:

    http://social.msdn.microsoft.com/Forums/en-US/winappswithcsharp/thread/6c983dca-188f-4a44-8d3d-0451e0ce46fa


    Aaron
    MSDN Community Support | Feedback to us
    Develop and promote your apps in Windows Store
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

    Monday, February 25, 2013 9:24 AM
  • I asked a similar question here and I didn't get any helpful answers. I think we just need a quick and dirty Shazam like service. Microsoft has this implemented in Windows Phone search, I wish they opened it up for developers to use just for Audio signature comparison.
    Tuesday, February 26, 2013 8:34 AM
  • The same answer applies to Speech-toText as for Text-to-Speech.

    There is no in-box API for this for Windows Store apps, so you will need to find a 3rd party API or call out to a web service to do the translation.

    --Rob

    Tuesday, February 26, 2013 7:33 PM
    Moderator