#real-time-audio #real-time-streaming #unit #audio #processing #computer-vision

aloe-au-base

Aloe AU Base is a Rust crate that provides interfaces for interacting with Audio Units, enabling seamless audio processing operations. It offers comprehensive support for stream formats, parameter control, and buffer management within audio applications. 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 2, 2025

#5 in #real-time-streaming

23 downloads per month
Used in 5 crates

GPL-3.0 license

580KB
5K SLoC

Aloe AU Base

Aloe AU Base is a comprehensive Rust crate that abstracts the Audio Unit (AU) architecture, providing a quintessential framework for developing audio processing modules in Rust. It offers seamless integration with the AU ecosystem through a structured interface, optimizing performance for real-time audio applications.

Key Interfaces

AU Input Element

The AUInputElementEInputType enum delineates the types of input sources available: none, connection-based, or callback-based.

Core Traits

  • SetStreamFormat: Manages the configuration of audio streams, ensuring compatibility and optimization.
  • NeedsBufferSpace: Determines if buffer space is essential, enabling efficient memory management.
  • AUElementInterface: Provides comprehensive control over parameter enumeration and audio element configuration.
  • CanScheduleParameters: Affirms the possibility of parameter scheduling, offering advanced automation capabilities.

Advanced Features

The crate supports complex render operations through the AUComplexRender trait, facilitating intricate processing workflows. Moreover, it allows detailed manipulation of audio parameters, giving developers granular control over audio properties.

Usage

Integrate the crate into your project by adding it to your Cargo.toml:

[dependencies]
aloe-au-base = "0.1.0"

Import the necessary traits and structures in your code:

use aloe_au_base::{AUElementInterface, SetStreamFormat};

Harness the full potential of AU processing with Aloe AU Base, your definitive solution for audio unit implementation in Rust.


This README.md file was generated by an AI model and may not be 100% accurate; however, 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

~29–40MB
~651K SLoC