Hi All,
I am trying to find a way to implement some ASR (Automatic Speak Recognition) functionality in my client's iPhone app.
We use the Loquendo API. The API comes with a very long documentation, but, unfortunately, without any code samples except some very basic project that doesn't show all the included functionality.
I've spent d...
Hi all,
I read about NSSpeechRecognizer and found that it can recognize a set of commands beings associated with it in delegate: -speechRecognizer:didRecognizeCommand:
I have a simple question: can this delegate be called for any word spoken by user?? as I think.. only a finite number of words can be associated with it!
Thanks,
Miraaj...
Hello,
this SAPI grammar catch the word name is the middle of a sentence.
<GRAMMAR LANGID="409">
<RULE NAME="SOUNDLOG" TOPLEVEL="ACTIVE">
<OPT>
<DICTATION MAX="INF"/>
</OPT>
<L>
<P>name</P>
</L>
<OPT>
<DICTATION MAX="INF"/>
</OPT>
</RULE>
</GRAMM...
Hi Everyone,
I need to detect the user voice when they pick-up the reciever on the other
end. Because Modems usually start playing files (playback terminal) when the
first ring goes there. So I planned to use speech recognition when they say
"hello", it can start play the file until wait for playing file. Or even any
n...
I am trying to build an application (which would use the Hindi language and other regional languages) to get speech voice commands.
I also need text to speech functionality in my application.
I was wondering if there was any way I could get a speech recognition library on Android? I did a quick Google search and found a couple of libra...
Hi all,
I noticed NSSpeechRecognizer in ADC library and I found it to be very interesting, so to play with it I prepared a simple application which will just listen the command and if recognized it displays it in log.
The code used is:
- (id)init {
if (self = [super init]) {
// Insert code here to initialize your applicat...
Hi Friends,
Is there any way, by which we can convert speech to Text using iPhone SDK?
Thanks, Krishnan.
...
I'm making a program that uses the system.speech namespace (it's a simple program that will launch movies). I load all of the filenames from a folder and add them to the grammars I want to use. It's working remarkably well, however there is a hitch: I DON'T want the windows speech recognition to interact with windows at all (ie. when I s...
I've used the voice recognition feature on Android and I love it. It's one of my customers' most praised features. However, the format is somewhat restrictive. You have to call the recognizer intent, have it send the recording for transcription to google, and wait for the text back.
Some of my ideas would require recording the audio ...
Hi all,
I need to detect the user voice when they pick-up the reciever on the other end.
Because Modems usually start playing files (playback terminal) when the first ring goes there. So I planned to use speech recognition when they say "hello", it can start playing the file until wait for playing file.
Or even any noise interferenc...
I need to transform just a few word into commands (5 or so will suffice). For this I'll need a small and fast program. I got started with connecting a microphone to an analog input and reading the values. The values I got are the "sound waves". Has any one got similar experience and knows how to proceed (or has a link to a library that i...
Hi,
i want to launch my service with a voice command like the name of the app. Is it possible, can i listen such an event? I am affraid not but who knows. Thanks in advance.
...
While looking for a way to use speech recognition with flash I crossed paths with voice xml. I've gone through the wc3 description of it but still I got a few big doubts.
Can I simply create a vxml doc and place it on my webserver? what are the requirements?
Will it work?
Can I input with a microphone over the internet?
I cant seem t...
Hi,
I am working on an Android service.
I need to call RecognizerIntent from a service in order to use in the service the recognized text. I have no startActivityForResult() method in Service class so I have problem understanding how to achieve this task. Is it possible?
Many thanks
...
Hi,
I am trying speech recognition feature on android emulator but when I try to launch recognizer intent on my emulator with 2.1, no activity is present. Why is it not available out of the box? Is it normal? Is it possible to install support?
Thanks
...
I am able to create alternate dictation grammars using the dictation resource kit or directions given here. I am not able to load the new dictation topic with c++. I am trying to modify the simpledict sample provided with the sapi5.1 sdk. The following doesn't work.
std::wstring stemp = s2ws("grammar:dictation#Genre");
LPCWST...
Hi,
I have a particular situation:
a service started by a broadcast receiver starts an activity. I want to make it possible for this activity to communicate back to the service. I have chosen to use AIDL to make it possible. Everything seems works good except for bindService() method called in onCreate() of the activity. bindService(), ...
I am looking to use Skype in my C# program. I wish to initiate a phone call and inject an audio file for the receiver to listen to.
Is it possible to use Microsoft Speech Object Library in C# to save the converted audio file (wav), instead of just playing it directly through the speakers?
...
I'm writing a plugin (dll file), and I'm creating a WinForm as its interface/dialog.
If it does require a message pump, how and where should I create one?
...
I'm using WinForms, and I'm trying to get SetNotifyWindowMessage() to send a message to the WndProc, but it does not do so.
The function call:
HRESULT initSAPI(HWND hWnd)
{
...
if(FAILED( g_cpRecoCtxt->SetNotifyWindowMessage( hWnd, WM_RECOEVENT, 0, 0 )))
MessageBoxW(hWnd, L"Error sending window message", L"SAPI Initialization E...