Module screech::core[][src]

Expand description

Core data structures

Re-exports

pub use point::Point;

Modules

core data type representing audio data and utilities

Structs

Basic fixed size tracker for the creation of unique ids and to keep track of signals belonging to a certain id

Basic dynamically sized tracker for the creation of unique ids and to keep track of signals belonging to a certain id

Main helper struct to render and manage relations between crate::traits::Source types. Also implements crate::traits::Tracker

Enums

Most fundamental type for carrying signals throughout the library. Each component that has a sound source should be sampleable and be able to produce a Signal

Enum representing a stream of audio data