1 unstable release
Uses new Rust 2024
new 0.1.2 | Apr 3, 2025 |
---|
#4 in #signalprocessing
49 downloads per month
Used in 6 crates
(3 directly)
300KB
3K
SLoC
aloe-vst-processor
Aloe VST Processor is an intricate Rust-based library tailored for VST3 audio plugin development. This crate provides an extensive suite of enums, traits, and structs to embody the robust VST3 protocol, emphasizing audio processing and component management for audio plugins in digital audio workstations (DAWs).
Key Components
-
FrameRateFlags: Encapsulates frame rate properties critical for synchronizing audio and visual components.
-
ChordMasks: Defines musical chords' representation within the processing context.
-
ComponentFlags: Outlines flags for component characteristics and capabilities in audio processing environments.
-
SymbolicSampleSizes: Describes sample size resolution, determining processing granularity.
-
ProcessContextStatesAndFlags: Manages the context state, indicating system and project timing validity, tempo, and synchronization states.
-
ProcessModes: Explains modes such as Realtime, Prefetch, and Offline, guiding the plug-in processing behavior under various operational scenarios.
-
IAudioProcessor: The primary interface which audio processing plugins must implement to manage their audio streams and processing setups efficiently.
Usage
This crate is designed for experienced developers engaged in audio processing and plugin development. Implement IAudioProcessor
to create custom audio processing paradigms and utilize the variety of utilities provided to handle intricate timing, sample handling, and audio data manipulation.
License
This project is licensed under the GPL-3.0 License.
Repository
Find the source code on GitHub.
This README.md was generated by an AI model and may not be 100% accurate. However, it should provide a comprehensive overview.
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
~12–22MB
~348K SLoC