Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 537 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 537 Bytes

Rust Experiments

Setup

Common

  1. Install Rust
  2. Install rustfmt
  3. Install clippy

Linux

sudo apt update
sudo apt install libjack-jackd2-dev

Windows and Mac

You're all set!

Cross-compilation

TODO

Note: if the audio cracks, make sure the number of input and output channels is correctly set.

Contributing

Run cargo fmt and cargo clippy before pushing.