# 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>