Skip to content

skofgar/CIS623-Fandango

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published