Skip to main content
Module: LCKOboe | Version: 1.0 | Platforms: Android

Overview

LCKOboe provides low-latency microphone capture on Android using Google’s Oboe audio library. It is microphone-only; pair it with LCKFMOD or LCKWwise for game audio capture.

Supported Channels


FLCKOboeSource

Audio source class that captures microphone input on Android through the Oboe library. Implements ILCKFeatureInstance.

ILCKFeatureInstance Methods

Android microphone capture requires the RECORD_AUDIO permission. Ensure your app requests this permission at runtime before calling StartCapture().

FLCKOboeModule

Module that manages the lifecycle of FLCKOboeSource.
On startup, the module creates an FLCKOboeSource and registers it as a modular feature. The module only loads on Android; it is excluded from other platforms at build time.

Log Category


Audio Overview

Audio system API overview

ILCKFeatureInstance

Full interface specification