rill-lofi 0.3.0

Lo-fi audio emulation: 8-bit, 12-bit, NES, AY-3-8910, Akai S900
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# rill-lofi

Lo-fi audio emulation — bitcrushing, downsampling, noise, wow & flutter.

## Key components

- **`LofiProcessor`** — configurable lo-fi processor
- **`LofiConfig`** — bit depth, sample rate reduction, noise, distortion, wow & flutter
- **`ClassicSystem`** — presets for classic systems (NES, AY-3-8910, Akai S900)

## Dependencies

- `rill-core``AudioNode`, `Processor` trait

## Links

- Repository: <https://github.com/DigitalRats/rill>
- Documentation: <https://docs.rs/rill-lofi>