About
I work as a Software Engineer at Google. I deal with very big data during my day job and tinker with stuff in my freetime. Open source scenester and tinkerer.
Notable Open Source Work
Rust JACK
https://github.com/rustaudio/rust-jack is a Rust wrapper over JACK. JACK is the recommended Realtime audio API for Linux with support for both audio, midi, input, and output.
wmidi
https://github.com/rustaudio/wmidi is a midi encoding and decoding library. Midi is a widely used digital interface to communicate musical event data suck as note keypresses and parameter changes.
livi-rs
https://github.com/wmedrano/livi-rs is a Rust library for hosting LV2 plugins. LV2 is an open standard audio plugins such as instruments and effects.