|
|
Browse by Tags
All Tags » C# » SetInputToWaveFile (RSS)
-
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 ...
-
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, ...
|
|
|