Crate screech[][src]

Expand description

A collection of helpers for handling audio

NOTE! this library is unfinished, incomplete and most likely contains bugs!

Structs

Most basic building block for non-generated sound

Struct representing a stream of audio data

Enums

Error type for different failures

Traits

Trait to implement conversion from sized types to a f32 Stream

To implement Playable means something can be a source of sound, A [Sample] for example is playable.