Rust audio hacking
Go to file
Rob Watson 5038eb40eb Proof-of-concept VUMeter 2019-06-10 22:32:17 +02:00
src Proof-of-concept VUMeter 2019-06-10 22:32:17 +02:00
.gitignore WIP 1: closure inside struct method, borrow checking issues. About to refactor to use modules. 2019-06-09 10:59:40 +02:00
Cargo.lock Proof-of-concept VUMeter 2019-06-10 22:32:17 +02:00
Cargo.toml Proof-of-concept VUMeter 2019-06-10 22:32:17 +02:00
README.md Proof-of-concept VUMeter 2019-06-10 22:32:17 +02:00

README.md

rust-lock-free-vumeter

Simple proof-of-concept of a lock-free audio/GUI pattern, inspired by Tim Doumler at CPPCon 2015 - but in Rust, not C++.

TODO:

It should be possible to further optimize the thread interaction by avoiding SeqCst ordering.

References