GotSpeech.NET

The online community for Microsoft Speech Server developers
Welcome to GotSpeech.NET Sign in | Join | Help
in Search

Browse by Tags

All Tags » C# » SetInputToWaveFile   (RSS)
  • Streams for multiple microphone input? in c#

    Im trying to do speech to text from 2 microphones in c#. I can't find any relivent documentation or help online. Im am successfully capturing and processing the data from the microphones as MemmoryStreams. But trying to plug these streams into SpeechRecognitionEngine (SRE) doesnt work. The SRE doesnt seem to even enter a Started state. The ...
    Posted to SAPI and System.Speech Development (Forum) by Diki on August 13, 2009
  • Analysis of wav file input stops?

    I am attempting to convert a wav file to text through my own application.  I have everything working, except that the analysis stops at the first break in the audio.  I cannot get my application to continue processing.  Does anyone know what I am doing wrong?  Here is some code: private void AudioToText(object sender, ...
    Posted to SAPI and System.Speech Development (Forum) by mrtsherman on July 27, 2009