g-s-k / clack

Low-level tools to create CLAP audio plugins and hosts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clack

A set of crates offering safe Rust wrappers to create audio plugins and hosts using the CLAP audio API.

This library is an exploratory attempt to make safe bindings to CLAP, built on top of clap-sys.

It should be considered highly experimental and subject to change, and is far from being ready for production use.

This library is also very incomplete. At the moment, there is barely enough for an example Gain plugin to run.

License

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

Special Thanks

The Clack logo was created by jaxter184 and provided under a CC-BY-SA license.

About

Low-level tools to create CLAP audio plugins and hosts

License:Apache License 2.0


Languages

Language:Rust 100.0%