0
votes
1answer
21 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
1answer
25 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
37 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
4answers
71 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
72 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
37 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
48 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 …
0
votes
1answer
14 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
1
vote
5answers
122 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
39 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 …
6
votes
19answers
421 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
1answer
45 views
What is the best speech recognition library for Java Micro Edition?
What is the best speech recognition library for jme?
0
votes
1answer
29 views
Need help with Windows Speech Recognition script to compound a string
The command below for Windows Speech Recognition forces the speech recognition engine to use literal text (""all seventy six people paid five dollars") instead of the default ("all …
0
votes
0answers
64 views
Getting WAV file transcription to work with Sphinx4
Hi,
I've got Sphinx-4 installed on my windows XP system and JSAPI set up. I'd like to transcribe an English spoken WAV (or MP3) file to text.
When I run the "WavFile" demo - i …
0
votes
1answer
14 views
How to infer debug information from Alternates Panel output in WSR
I have this Windows Speech Recognition (WSRMacro) script which compounds multiple words that are spoken into a single word:
"Happy children"
-> "Happychildren"
However, a bug …
