1 unstable release
Uses new Rust 2024
new 0.1.2 | Apr 3, 2025 |
---|
#8 in #oboe
48 downloads per month
Used in 15 crates
(11 directly)
60KB
483 lines
Aloe Oboe Core
A Rust crate providing core components for high-performance audio processing on Android devices. It offers a robust interface to interact with audio streams, ensuring precise control over aspects such as performance mode, input preset, sample rate conversion quality, and audio format. This library effectively bridges the gap between native audio capabilities and user applications through harmonious integration with Android's audio attributes and policies.
Overview
The aloe-oboe-core
crate facilitates advanced audio management by defining enums and traits that model various attributes of audio streams. Key components include:
OboePerformanceMode
: Optimizes audio stream performance based on latency and power requirements.OboeInputPreset
: Specifies the default audio source and configuration, akin to MediaRecorder.OboeSampleRateConversionQuality
: Balances CPU load and conversion quality.OboeSharingMode
,OboeAudioFormat
,OboeContentType
: Customize stream sharing, format and content type.- Comprehensive error handling using
OboeResult
andOboeResultWithValue
. OboeStreamState
andOboeChannelCount
for managing stream lifecycle and channel specifications.
Usage
This crate simplifies audio operations by utilizing predefined enums that align with Android API standards, especially for users targeting API 28+. Incorporate the OboeSessionBaseInterface
to manage audio session basics like start and stop operations proficiently.
use aloe_oboe_core::*;
let oboe_stream = OboeAudioStream::new();
oboe_stream.start();
License
This project is licensed under the GPL-3.0 License.
Note: This README.md file was generated by an AI model and may not be 100% accurate, though efforts have been made for precision and utility.
This crate is a translation of the JUCE module.
JUCE is a c++ software framework for developing high performance audio applications.
Usage falls under the GPLv3 as well as the JUCE commercial license.
See github.com/juce-framework/JUCE and the JUCE license page for details.
This crate is in the process of being translated from c++ to rust. For progress updates, please see the workspacer rust project. designed specifically for rust projects.
Dependencies
~13–27MB
~374K SLoC