Koala Noise Suppression Engine
C Quick Start
Platforms
- Linux (x86_64)
- macOS (x86_64, arm64)
- Windows (x86_64)
- Raspberry Pi (3, 4, 5)
Requirements
Picovoice Account & AccessKey
Signup or Login to Picovoice Console to get your AccessKey
.
Make sure to keep your AccessKey
secret.
Quick Start
Setup
- Clone the repository:
Usage
- Include the public header files (
picovoice.h
andpv_koala.h
). - Link the project to an appropriate precompiled library for the target platform and load it.
- Construct the Koala Noise Suppression object:
- Pass in audio to the
pv_koala_process
function:
- Release resources explicitly when done with Koala Noise Suppression:
Demo
For the Koala Noise Suppression SDK, we offer demo applications that demonstrate how to use the Noise Suppression engine on real-time audio streams (i.e. microphone input) and audio files.
Setup
- Clone the Koala Noise Suppression repository from GitHub using HTTPS:
- Build the microphone demo:
Usage
To see the usage options for the demo:
Ensure you have a working microphone connected to your system and run the following command to record microphone input, remove noise, and write the cleaned audio to a file:
For more information on our Koala Noise Suppression demos for C, head over to our GitHub repository.