Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 897 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 897 Bytes

Orca 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

Replace "${YOUR_ACCESS_KEY_HERE}" inside MainActivity.java with your AccessKey obtained from Picovoice Console.

  1. Open the project in Android Studio
  2. Build and run on an installed simulator or a connected Android device

Usage

  1. Choose between Streaming Synthesis and Single Synthesis using the switch at the top.
  2. Type a phrase that you'd like to synthesize into the textbox.
  3. Press the Synthesize button to hear the synthesized speech.