#buffering #streaming #opensles #audio

aloe-oboe-sles

A Rust crate for managing audio streams using OpenSL ES, providing low-level audio stream control with buffering options. This crate is a translation of the c++ juce module serving the same function.

1 unstable release

Uses new Rust 2024

new 0.1.1 Apr 3, 2025

#9 in #buffering


Used in aloe-oboe

GPL-3.0 license

565KB
3.5K SLoC

aloe-oboe-sles

An advanced Rust library for audio development, aloe-oboe-sles provides a structured interface for managing audio streams with OpenSL ES. It integrates high-performance functionality suitable for creating robust audio applications. The library offers capabilities for both input and output audio streams, leveraging FIFO buffers and exposing various configurations for customized audio handling. This library is designed for developers who need to exploit low-level audio capabilities on supported systems.

Features

  • Buffered and Non-buffered Stream Management: Offers streaming with and without FIFO buffers for blocking and non-blocking I/O operations.

  • OpenSL ES Integration: Deep integration with OpenSL ES for creating and managing audio players and recorders. Ensures high compatibility and performance on relevant platforms.

  • Flexible Audio Configuration: Allows configuration of audio playback and recording settings, such as format and channel mask, tailored for both legacy and modern APIs.

  • Advanced State Management: Provides detailed mechanisms to manage stream states (e.g., playing, paused, stopped) robustly.

Installation

Add to your Cargo.toml:

[dependencies]
aloe-oboe-sles = "0.1.0"

Usage

use aloe_oboe_sles::{OboeAudioStreamBufferedInterface, OboeAudioStreamOpenSLES};

// Example of creating and managing an audio stream
fn main() {
    // TODO: Add initialization and operational code
}

License

This library is licensed under the GPL-3.0 license.


Note: This README.md was generated by an AI model and may not be 100% accurate, but it should be pretty good.

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

~42MB
~660K SLoC