Module screech::traits[][src]

Expand description

Common traits use throughout the library

Traits

Trait to implement conversion from a slice of sized types to a generic

To implement Source means something can be a source of sound, just like when sampling continous sources of sound into discrete slices. Each component that is a sound source should be able to be “sampled”.

Tracker trait to provide Source-es with unique IDs