/Ti.SpeechKit

Titanium module to allow access to SpeechKit by Naunce

Primary LanguageObjective-CMIT LicenseMIT

Ti.SpeechKit

The Ti.SpeechKit module allows you to Naunce's SpeechKit from in your Titanium Project

Before you start

* This is an iOS anative modules designed to work with Titanium SDK 3.1.3.GA * Before using this module you first need to install the package. If you need instructions on how to install a 3rd party module please read this installation guide.

How do I get this module?

You need to build this module from Source. Naunce requires you update the SpeechKitApplicationKey const in the Credentials.h file. Unfortunately this means you need to build it yourself.

Building from source?

If you are building from source you will need to do the following:

Import the project into Xcode:

  • Modify the titanium.xcconfig file with the path to your Titanium installation

How do I use it?

Documentation to come shortly. If you can't wait, check out the app.js in the example folder.

Learn More

Examples

Please check the module's example folder or

for samples on how to use this project.

Twitter

Please consider following the @benCoding Twitter for updates and more about Titanium.

Blog

For module updates, Titanium tutorials and more please check out my blog at benCoding.Com.

Legal Stuff

Appcelerator is a registered trademark of Appcelerator, Inc. Appcelerator Titanium is a trademark of Appcelerator, Inc.

SpeechKit is a registered trademark of Nuance Communications Inc.

License

Ti.iSpeech is available under the MIT license.

Copyright 2013 Benjamin Bahrenburg.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.