Crates.io | lv2-worker |
lib.rs | lv2-worker |
version | 0.1.1 |
source | src |
created_at | 2020-03-27 11:15:24.902581 |
updated_at | 2020-10-23 15:17:28.793083 |
description | rust-lv2's work offloading library |
homepage | |
repository | https://github.com/RustAudio/rust-lv2 |
max_upload_size | |
id | 223463 |
size | 39,603 |
Work scheduling library that allows real-time capable LV2 plugins to execute
non-real-time actions. This is a part of
rust-lv2
, a safe, fast, and ergonomic
framework to create LV2 plugins for audio processing,
written in Rust.
The original LV2 API (in the C
programming language) is documented by
"the LV2 book". This book is in the process of
being translated to Rust along with the development of rust-lv2
(link) and describes how to
properly use rust-lv2
.
Licensed under either of
at your option.