aetherdsp-sampler 0.2.1

Polyphonic sampler engine for AetherDSP — multi-sample instruments, voice management, and WAV loading
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# aetherdsp-sampler


[![crates.io](https://img.shields.io/crates/v/aetherdsp-sampler.svg)](https://crates.io/crates/aetherdsp-sampler)
[![docs.rs](https://docs.rs/aetherdsp-sampler/badge.svg)](https://docs.rs/aetherdsp-sampler)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](../../LICENSE)

Polyphonic sampler engine for [AetherDSP](https://github.com/1yos/aether-dsp).

Handles multi-sample instrument loading (WAV), polyphonic voice management, and MIDI-driven playback. Designed for world music instruments with support for custom tuning tables via [`aetherdsp-midi`](https://crates.io/crates/aetherdsp-midi).

## License


MIT — see [LICENSE](../../LICENSE)