Skip to content

Latest commit

 

History

History

ios

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Orca iOS Demo

AccessKey

Orca requires a valid Picovoice AccessKey at initialization. AccessKey acts as your credentials when using Orca SDKs. You can get your AccessKey for free. Make sure to keep your AccessKey secret. Signup or Login to Picovoice Console to get your AccessKey.

Setup

  1. Before building the demo app, run the following from this directory to install the Orca Cocoapod:
pod install
  1. Replace let ACCESS_KEY = "..." inside ViewModel.swift with your AccessKey.
private let ACCESS_KEY = "YOUR_ACCESS_KEY_HERE"

Usage

Open the OrcaDemo XCode project and build. Launch the demo on a simulator or an physical iOS device.

  1. Enter the text you wish to synthesize in the text box area.
  2. Press Synthesize button to synthesize the text and play audio.