Registry / other / oboe
library1.10.0vcpkgunverified

Oboe is a C++ library which makes it easy to build high-performance audio apps on Android

vcpkg install oboe
INSTALL
IMPORT
SIG · OBOE
O
oboe
othercppv1.10.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

oboe/Oboe.h
#include <oboe/Oboe.h>

Open a low-latency audio output stream on Android

#include <oboe/Oboe.h> // Create an audio stream oboe::AudioStreamBuilder builder; builder.setDirection(oboe::Direction::Output); builder.setPerformanceMode(oboe::PerformanceMode::LowLatency); std::shared_ptr<oboe::AudioStream> stream; oboe::Result result = builder.openStream(stream); if (result == oboe::Result::OK) { stream->start(); }
Debug
Known issues
gotchaOboe requires Android API 21+ and may need specific NDK setup
fix
Ensure your project targets Android API 21 or higher and uses the correct NDK version
affects: all
Upgrade
Version history
1.10.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

oboe — pip install oboe · libregistry