Voice Recognition.

HEY! Can you help me here? i’m having trouble understanding, what is Corona Enterprise? Because, i’m making an application. A voice pronunciation application. please help me! Corona and Eclipse? Can someone give me a walkthrough?

Corona SDK (for Starters and Pros) allows you to only code using the Lua language.  You only have access to API calls that Corona SDK provides for you and plugins allowed for your class of account.

There are tons of things that you can do using Objective C and the  iOS SDK or with Java and the Android SDK that are things that we simply don’t have the time to build into the general product that you would love to do.  Voice recognition is one of those kinds of things.  

Corona Enterprise allows you to build most of your app in Lua, using Corona SDK’s simple to use API calls, but then when needed you can access object libraries for either Objective C/iOS or Java/Android and compile up a native app as if you had written the entire product from an XCode/Objective C or Eclipse/Java perspective

That’s what Enterprise does for you.

So, Mr. Rob, in your opinion, what i’m i going to use to develop a voice recognition program? what PL i’m going to use? Android SDK and Eclipse? and how i’m i going to do it? 

-Thank you for answering my first question, Sir. =)

I have no experience with voice recognition.  But Learning Java, the Android SDK and Eclipse are the right tools to do native Android development. 

Thank you, Sir Rob. But, can i just import my Corona files to Android SDK or Eclipse?

Are you going to use Corona Enterprise or do the whole app in Java/Android?

uhm. Because, i also have a tracing application coded in Lua and Corona SDK. so, I’m finding ways, on how to make a pronunciation application to. I’ll combine those two. 

Corona SDK (for Starters and Pros) allows you to only code using the Lua language.  You only have access to API calls that Corona SDK provides for you and plugins allowed for your class of account.

There are tons of things that you can do using Objective C and the  iOS SDK or with Java and the Android SDK that are things that we simply don’t have the time to build into the general product that you would love to do.  Voice recognition is one of those kinds of things.  

Corona Enterprise allows you to build most of your app in Lua, using Corona SDK’s simple to use API calls, but then when needed you can access object libraries for either Objective C/iOS or Java/Android and compile up a native app as if you had written the entire product from an XCode/Objective C or Eclipse/Java perspective

That’s what Enterprise does for you.

So, Mr. Rob, in your opinion, what i’m i going to use to develop a voice recognition program? what PL i’m going to use? Android SDK and Eclipse? and how i’m i going to do it? 

-Thank you for answering my first question, Sir. =)

I have no experience with voice recognition.  But Learning Java, the Android SDK and Eclipse are the right tools to do native Android development. 

Thank you, Sir Rob. But, can i just import my Corona files to Android SDK or Eclipse?

Are you going to use Corona Enterprise or do the whole app in Java/Android?

uhm. Because, i also have a tracing application coded in Lua and Corona SDK. so, I’m finding ways, on how to make a pronunciation application to. I’ll combine those two. 

I have achieved this by using “Google Speech API v2”.

I have achieved this by using “Google Speech API v2”.