Tagged Questions

0
votes
0answers
7 views

voice recognition for handeld devices

Hi, I need to develop an app on handheld device pocketpc or palm, that uses voice recognition. what is the best way to go , which library is the easiest , best etc.. thx
2
votes
3answers
75 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
18 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 …
0
votes
1answer
48 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 …
3
votes
1answer
149 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
38 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
87 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 …
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 …
0
votes
1answer
42 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 …
1
vote
1answer
50 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 …
6
votes
2answers
90 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, …
0
votes
2answers
78 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
2answers
25 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
1answer
58 views

What is the best speech recognition library for Java Micro Edition?

What is the best speech recognition library for jme?
1
vote
1answer
48 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 …

1 2 3 4 5 next
15 30 50 per page