woodblocks

Crates.iowoodblocks
lib.rswoodblocks
version1.0.0
sourcesrc
created_at2021-03-28 20:16:16.466279
updated_at2021-03-28 22:14:20.134711
descriptionRecursive data structures to represent audio or music.
homepage
repository
max_upload_size
id374795
size6,127
Andrew Weller (andrewwellercs)

documentation

README

woodblocks

Recursive data structures for representing audio or music.

Basic Example:

use woodblocks::*;
use woodblocks::Block::*;
use woodblocks::IsAbsolute::*;

fn main() {
    let samples = render(Ins(sin_func));
    write_to_wave(&samples, &"sine.wav".to_string());
}
Commit count: 0

cargo fmt