Skip to content

Mégra.rs 0.0.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@the-drunk-coder the-drunk-coder released this 22 Mar 00:54
· 435 commits to main since this release

Mégra.rs 0.0.4

Use the non-ringbuffer versions if you can make sure your system blocksize is fixed at 512 samples. Otherwise use the ringbuffer version, it might be more stable, but slightly less performant.

Known Issues:

  • You need an input- and an output device to be present on your system, even if you don't use input.
  • On Windows, a USB sound card might work better than internal laptop sound cards.

Alternative Installation:
You can also install from crates.io with cargo, if you have a Rust build environment up and running:

# standard
cargo install megra_rs

# ringbuffer
cargo install megra_rs --features ringbuffer

Enjoy, and good luck!