Expand description
§sample-resource
Traits for working with arbitrary resources of audio samples
Modules§
- helpers
- Helper methods to create a
SampleResource
Structs§
- Playhead
Behavior - Information a
SampleResourcecan use to make optimal caching decisions based on the behavior of the playhead. - Sample
Cache Info - Information about the caching behavior of a
SampleResource. - Sample
Resource Info - Information about a
SampleResourceor aSampleResourceF32, a resource of audio samples with a known length.
Traits§
- Sample
Resource - A resource of audio samples with a known length.
- Sample
Resource F32 - An immutable resource of audio samples which has its data stored in de-interleaved
f32format, and which has all of its data loaded into memory. - Sample
Resource F32Mut - A mutable resource of audio samples which has its data stored in de-interleaved
f32format, and which has all of its data loaded into memory.