1 unstable release
Uses new Rust 2024
new 0.1.2 | Apr 2, 2025 |
---|
#20 in #vst
22 downloads per month
Used in 19 crates
(12 directly)
2MB
19K
SLoC
Aloe Audio Processor
Aloe Audio Processor is a powerful Rust crate designed to provide a flexible base class for audio processing components, such as plugins or internal modules. It offers a comprehensive interface for developing and managing complex audio processing tasks with support for VST, AU, RTAS, and other plugin standards.
Features
- Flexible Base Class: Serve as a foundation for custom audio processors, enabling seamless integration with major plugin standards.
- Plugin Hosting: Acts as a wrapper around loaded plugins, facilitating plugin management and execution.
- Bus Management: Provides comprehensive bus layout and configuration capabilities for both input and output audio streams.
- Precision Control: Supports flexibility in precision-mode selection to cater to varying processing requirements.
- Performance Optimization: Employs atomic operations and fine-grained critical sections for thread-safe processing.
Getting Started
To use Aloe Audio Processor, you should implement your own class derived from AudioProcessor
, providing the necessary logic for your specific audio processing needs. If you are building a plugin, include a global function createPluginFilter()
that instantiates your subclass.
For more details, consult the documentation.
Installation
Add the following to your Cargo.toml
:
[dependencies]
aloe-audio-processor = "0.1.0"
License
The Aloe Audio Processor library is licensed under the GPL-3.0. See LICENSE for details.
Contribution
Contributions are welcome! Please see our contributing guidelines on how to contribute effectively.
This README was generated by an AI model and may not be 100% accurate, although it should be quite informative.
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
~26–40MB
~590K SLoC