I am looking at some sample vxml scripts from vxml.org. When i call the script the prompts play, but it doesnt pick up any of my inputs at all. when i speak it responds "no input". could i be missing some tag that indicates input from the user. this is the example script from the website:
<?xml version="1.0" encoding="UTF-8"?>
<vxml ver...
Anyone know of any good server side voice recognition engines that are already hosted? I.e. I want to be able to call a simple web API posting some sound data and get text back. Doesn't have to be free - but hopefully free to experiment with.
...
I am using vxml powered by an engine similar to TellMe. I adding voice recognition to telephone prompts for a voice mail system. The new menu will first prompt the user for verbal input, and if no match is found, or if no input is given, the user is prompted again with touch tone options.
The original menus look like this:
<menu id="ms...
Hello,
Is the voice recogniiton a part of iPhone Audio?
I want to build a sample code on voice recognition for iPhone. How to get started? please give me some idea. any documents in iPhone app developers which says about voice recognition programming?
Thank you,
...
Would anyone have an idea as to why an app would work on almost every phone that has 2.1 but not the Desire?
One of my apps uses voice input and the Desire is the only phone that force closes when the voice prompt comes up.
The worst part is that I don't know how to test this, I don't have one or know anyone who does.
Any ideas?
EDI...
I am using an engine based on TellMe. I have seen examples of grammars where the user can say one of a few different things that are considered the same. However, all the examples i've seen have been for in-line grammars (which dont work with the vxml engine im using). I want to know how i can change my .grxml file to do this. This is th...
Hi Guys,
I am developing an application with Image and Voice recognition.
Do you have any source or idea how to do this?
Thanks,
ZaldzBugz
...
How can I get voice recognition features into the Unity Game Engine? Is there a plugin or a framework (hopefully freeware) that I could use? If so, any ideas on how to install it? Also, how much of a problem would there be with background noises in the game interfering with the voice inputs into the game? Are there any examples of games ...
Hi all,
Few days ago i asked for a project idea for my B.tech Final year project.
Unfortunately couldn't got any cool idea.
Now I have got an idea which really pleases me and motivates me.
I want to ask to intelligent guys out there is following thing is feasible in 5 months:
The Project idea is :
"A Voice Driven Controlling of The...
Hi,
i already have a 'start voice recording" when the volume reach a special level.
But it has one downside. When it starts recording it already missed a 1/2 second or so.
When speaking a sentence it would miss the first word.
Any ideas (best with example).
Lets say I start first listening and get the peakpower, average, lowpass
[r...
Are there SDK's for voice-form matching / comparison for Visual C++? Or, possibly converting sounds to phonetics.
Usage: Program will do different things from input from certain command words given in a made-up foreign language. (Klingon)
Analysis - comparison of user's voice with existing pre-recorded voice segment
Rather than using...
Hello. I'm making a voice recognition system and Julius shows not bad results in this work.
Words from sample .voca file are recognizing perfectly but how to place own words and transcriptions to the file?
I've tried VoxForge (http://www.voxforge.org/) last release and nightly builds for acoustic models with their vocabulary but I've g...
Does anyone know where I can find a voice interpreter and translator that I can use on an app? I want voice recognition on a few languages that get translated in to text. Where can I find this or where should I start? I am a rookie so any help is appreciated.
...
I use this code for voice recognition and it only work on HTC Desire on android OS 2.2 but it doesn't work on samsung galaxy S android 2.1 or Motorola Mile Stone. does anyone know why this happened?
PackageManager pm = getPackageManager();
List activities = pm.queryIntentActivities(
new Intent(RecognizerIntent.AC...
I wrote a small app to allow the user to choose which language he uses the Voice Search via a button, rather than relying on the user's language preference (sometimes you want to voice search in Japanese without switching your whole UI to Japanese).
I am testing the app on my HTC Desire /Android 2.1 (Softbank-x06ht). However, when I cal...
I'd like to know what online services are out there that can convert speech from audio files into text. I've seen many posts on stackoverflow about speech recognition for mobile devices and people looking to add speech capabilities to their applications using platform specific APIs.
The only service I found so far is www.voicecloud.c...
I've found Twilio and Tropo so far as services to aid SMS and Voice apps.
Are there others?
I am interested mostly in real-time speech recognition (i.e. the user can speak things and the system can respond based on that).
Also, if anyone knows what the speech recognition quality is like, it'd help!
...
I want something really simple to identify one word ( "UNO !" )
...
In my android app I call the voice recognition in my onCreate method of my startup activity. I have made it a preference to start up with the voice control or not. However, the app takes about 5-7 seconds to load when voice recognition is on. When it is off, the app starts almost instantly. Below is sample code, I have added Free_Form...
HI Folks,
I have a strange problem for Voice recognition on Google Nexus one phone which
have Firmware:2.2.1.Voice recognition gives multiple interpretations
of the spoken word When I speak "Hello" to the voice recognition,
the results received is "hello, hotels, photos, fomdem, honda"
which is expected to come only "hello"
The same thi...