Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 616 Bytes

Readme.md

File metadata and controls

27 lines (16 loc) · 616 Bytes

Setup

Nuance SpeechKit

Add SpeechKit.framework of Nuance into libfolder. Download it from their website .

Configuration File

Create a file in the location Fandango/Config/Constants.swift containing following configurations:

struct Constants {
    static let HOST = "YOUR_HOST"
    static let PORT = 443
    static let USE_SSL = false
    static let APP_ID = "APP_ID"
    static let APP_KEY = [ 0x00 ]
}

APP_KEY

Add your APP_KEY to the Fandango/Voice/NuanceHeader.mfile, into the variable SpeechKitApplicationKey.