2
votes
3answers
52 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. …
0
votes
1answer
15 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 te …
3
votes
1answer
136 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
44 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 MemorySt …
0
votes
1answer
40 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/Coc …
2
votes
2answers
44 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 …
0
votes
1answer
32 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 …
0
votes
4answers
85 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 li …
6
votes
2answers
86 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, …
1
vote
1answer
47 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, w …
0
votes
2answers
64 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 …
6
votes
19answers
440 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 …
1
vote
5answers
139 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 typi …
1
vote
1answer
46 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 spec …
0
votes
1answer
22 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
