Crates.io | ljud |
lib.rs | ljud |
version | 0.0.5 |
source | src |
created_at | 2023-04-26 12:12:47.017821 |
updated_at | 2023-08-12 15:02:45.021266 |
description | Graph-based music DSP library with a focus on flexibility. |
homepage | |
repository | https://github.com/chaosprint/ljud.git |
max_upload_size | |
id | 849326 |
size | 5,201,501 |
ljud
: Swedish word for audio
experimental ideas with lyd
The main difference is that ljud
uses Box<dyn Trait>
while lyd
uses only Enum
.
Both can run on Daisy Seed rev5 while lyd
has better performance on Embedded Rust so far.