Rhino requires a valid Picovoice AccessKey
at initialization. AccessKey
acts as your credentials when using Rhino 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
.
To run the application demo:
- From the demo directory run:
pod install
-
Open
RhinoDemo.xcworkspace
in XCode. -
Replace
let accessKey = "${YOUR_ACCESS_KEY_HERE}"
in the file ContentView.swift with yourAccessKey
. -
Go to
Product > Scheme
and select the scheme for the language you would like to demo (e.g.arDemo
-> Arabic Demo,deDemo
-> German Demo) -
Run the demo with a simulator or connected iOS device.
-
Once the demo app has started, press the
Start
button to infer audio within a context. To see more details about the current context information, press theContext Info
button on the top right corner in the app.