Koala Noise Suppression
iOS Quick Start
Platforms
- iOS (13.0+)
Requirements
Picovoice Account & AccessKey
Signup or Login to Picovoice Console to get your AccessKey
.
Make sure to keep your AccessKey
secret.
Quick Start
Setup
Install Xcode.
Install CocoaPods
Import the Koala-iOS binding by adding the following line to
Podfile
:
- Run the following from the project directory:
- Add the following to the app's
Info.plist
file to enable recording with an iOS device's microphone
Usage
Create an instance of the engine and enhance audio:
In case the next audio frame does not directly follow the previous one, reset Koala Noise Suppression
's internal state:
Free resources acquired by Koala Noise Suppression
:
Demos
For the Koala Noise Suppression iOS SDK, we offer demo applications that demonstrate how to use the VAD engine on real-time audio streams (i.e. microphone input).
Setup
Clone the Repository
Usage
- Install dependencies:
Replace
let ACCESS_KEY = "${YOUR_ACCESS_KEY_HERE}"
in the ViewModel.swift file with a validAccessKey
.Open the
KoalaDemo.xcworkspace
in XCode and run the demo.
For more information on our Koala Noise Suppression demos for iOS, head over to our GitHub repository.