2
votes
4answers
106 views
Question on Speech Recognition classes in .NET
Hi guys,
Is it possible to have an application built using the .NET speech recognition classes and pass in a WAV file for it to go through and create a text representation of it. For example, this …
0
votes
1answer
22 views
Text extraction of speech from video and audio files
What are the best libraries for doing this. And is the quality good enouch to rely on. It will not be possible to train the system with the speakers voice or use a dictionary of terms to improve …
3
votes
1answer
150 views
How to use speech recognition with/on video file?
How can I code speech recognition engine (Using Microsoft Speech SDK) to "listen" a video file and save the detection into a file?
0
votes
1answer
52 views
SpeechSynthesizer - How do I play/save the wav file?
I have the following code snippet in an ASP.NET app (non Silverlight)
string sText = "Test text";
SpeechSynthesizer ss = new SpeechSynthesizer();
MemoryStream ms = new MemoryStream();
…
0
votes
2answers
29 views
Connecting to Naturally Speaking through SAPI 4 interface, possible?
I read somewhere that you can interface to Naturally Speaking through the SAPI 4 interface it exports? Is this true and is there any documentation? Thanks
0
votes
1answer
47 views
Use NSSpeechRecognizer or alternative with audio file instead of microphone input?
Is it possible to use the NSSpeechRecognizer with an pre-recorded audio file instead of direct microphone input?
Or is there any other speech-to-text framework for Objective-C/Cocoa available?
…
2
votes
2answers
46 views
What is a good resource for learning the System.Speech APIs?
In C# 3.5 System.Speech.dll was added for doing text-to-speech and speech-to-text conversions. Searching on the internet I've found a few blog posts about getting started, but are there any good …
2
votes
6answers
167 views
Speech Recognition & Programming
Has anyone had success with Dragon Naturally Speaking voice recognition software when it comes to programming?
I am wondering because I think it would be a lot faster than me typing by hand, and …
0
votes
1answer
47 views
Streaming input to System.Speech.Recognition.SpeechRecognitionEngine
Hello,
I am trying to do "streaming" speech recognition in C# from a TCP socket. The problem I am having is that SpeechRecognitionEngine.SetInputToAudioStream() seems to require a Stream of a …
0
votes
4answers
90 views
Feasibility of beating the Turing Test with modern software?
I ask this academically, I want to ask aloud a very important question and have the community try to answer it. Can we build a system that generates a scene to play out along a live anonymous group …
6
votes
2answers
92 views
Is there software that outputs speech-to-text at the Phonological level?
Is there any software out there capable of taking audio files and outputting phonological (IPA) text?
I understand much of the software out there takes it straight to a language, but is there one …
6
votes
19answers
447 views
Why isn’t speech recognition advancing?
What's so difficult about the subject that algorithm designers are having a hard time tackling it?
Is it really that complex?
I'm having a hard time grasping why this topic is so problematic. Can …
0
votes
2answers
90 views
Voice recognition in J2ME
I'm developing a mobile application using j2me. There I need to have a speech recognition function, so that application should be able to process and act upon the commands given by the user. What I …
1
vote
1answer
54 views
java voice recognition using .wav format [closed]
Possible Duplicate:
Voice recognition in J2ME
I'm developing a java (j2me) program which requires voice recognition.Is there any java libraries that can recognize voice, which stored in the …
1
vote
1answer
51 views
Custom vocabularies for Speech Recognition in Windows
Using Windows7 speech recognition I wish to create specialised vocabularies for recognising a domain-specific natural language in parts of my application. Thus, for example, a specific text entry box …
