Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 456 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 456 Bytes

VoiceKit iOS streaming example

This project includes simple stremaing recognition and synthesis examples for iOS. It uses Apple's AudioUnit as a source and sink for sound data.

Installation

You'll need XCode and CocoaPods installed.

pod install
open voicekit-demo.xcworkspace

Set your apiKey and secretKey in Config.swift. Also if you want to run on a real device, set your development team in project settings.

Run the build.