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.
| src | finalize new API | |
| .gitignore | initial implementation | |
| Cargo.toml | finalize new API | |
| LICENSE-APACHE | initial implementation | |
| LICENSE-MIT | initial implementation | |
| README.md | finalize new API | |
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 crateno-stdcompatible.alloc(default): Enables extra derives for boxed typeshelpers(default): Enable optional helper methods for creating sample resources.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.