Giter VIP home page Giter VIP logo

coupler's Introduction

Coupler

Coupler is a framework for writing audio plugins in Rust. It currently supports the VST3 and CLAP APIs, with plans to support AUv2 and AAX in the near future.

Like the Rust language itself, Coupler prioritizes:

  1. Performance: Coupler follows a "pay for what you use" philosophy and strives to impose as little overhead as possible between hosts and plugins.
  2. Correctness: A plugin API is a contract, with rules for threading and memory management that must be followed by both host and plugin. Coupler uses Rust's type system and ownership model to ensure that plugins implement their end of this contract correctly.
  3. Productivity: Coupler provides a Serde-like #[derive(Params)] macro for declaring plugin parameters and a cargo coupler bundle command for generating plugin bundles.

Coupler is still early in development and should not be considered production-ready. Important functionality is still missing and there is little to no documentation. However, feel free to experiment with it. Questions and feedback are welcome on the Zulip instance or on the Rust Audio Discord.

Building

First, see the usage instructions for the vst3 crate.

To build the gain example, run:

cargo run -p cargo-coupler -- coupler bundle -p gain --release

VST3 and CLAP plugin bundles will be placed in the target/release/bundle directory.

License

Coupler is distributed under the terms of both the MIT license and the Apache license, version 2.0. Contributions are accepted under the same terms.

coupler's People

Contributors

glowcoil avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.