Bat Spoken Language Identification
C Quick Start
Platforms
- Linux (x86_64)
- macOS (x86_64, arm64)
- Windows (x86_64, arm64)
- 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.handpv_bat.h). - Link the project to an appropriate precompiled library for the target platform and load it.
- Select the default model file.
- Construct the Bat Spoken Language Identification object:
- Pass in audio to the
pv_bat_processfunction:
- Release resources explicitly when done with Bat Spoken Language Identification:
Demo
For the Bat Spoken Language Identification C SDK, we offer demo applications that demonstrate how to use the engine on real-time audio streams (i.e. microphone input) and audio files.
Setup
- Clone the Bat Spoken Language Identification repository from GitHub using HTTPS:
- Build the demo:
Usage
To see the usage options for the demo:
Run the command corresponding to your platform from the root of the repository:
For more information on our Bat Spoken Language Identification demos for C, head over to our GitHub repository.