1
0
Fork
You've already forked sample-resource
0
Traits for working with arbitrary resources of audio samples
This repository has been archived on 2026年04月24日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Rust 100%
2026年04月18日 19:23:31 -05:00
src finalize new API 2026年04月18日 19:23:31 -05:00
.gitignore initial implementation 2026年04月16日 19:52:21 -05:00
Cargo.toml finalize new API 2026年04月18日 19:23:31 -05:00
LICENSE-APACHE initial implementation 2026年04月16日 19:52:21 -05:00
LICENSE-MIT initial implementation 2026年04月16日 19:52:21 -05:00
README.md finalize new API 2026年04月18日 19:23:31 -05:00

sample-resource

Documentation Crates.io License NO AI

Traits for working with arbitrary resources of audio samples with a known length.

This can be used by audio players and audio sampling engines to work with resources stored in any arbitrary format (including resources which are streamed from disk or over a network).

Crate Features

  • std (default): Use the standard library. Disable to make this crate no-std compatible.
  • alloc (default): Enables extra derives for boxed types
  • helpers (default): Enable optional helper methods for creating sample resources.

License

Licensed under either of

at your option.