layout | title | permalink |
---|---|---|
page |
About |
/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.
Keywords:
- Rust & Zig
- Audio programming
- Ergonomic keyboards
- Tweaking Emacs
- Open source scenester
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.
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.
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.