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
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