1 repositorio
Native C/C++ libraries designed for low-level audio hardware interfacing and processing.
Distinct from C Audio Libraries: More specific than general C libraries; focuses on the native audio domain.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Audio Native Libraries. Refine with filters or upvote what's useful.
Oboe is a native C++ library designed for building high-performance, low-latency audio applications on Android. It serves as a unified wrapper and native API for managing audio streams, sample rates, and hardware routing across different Android operating system versions. The library provides a consistent interface by automatically selecting the most efficient audio backend at runtime, switching between AAudio and OpenSL ES to ensure the lowest possible latency. It enables exclusive-mode hardware access to bypass the system mixer and utilizes a high-priority asynchronous pull model for audio
Provides a native C++ library for building high-performance, low-latency audio applications on Android.