Crate screech

source ·
Expand description

A collection of helpers for handling audio data in real time

Modules

  • common traits used throughout the library

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
  • Message wrapper that holds buffer positional data and a generic type. This is useful if you want to send a message to another source that something occured at a specific moment, for example: a midi message was triggered at buffer position 42
  • Main helper struct to render and manage relations between crate::traits::Source types.
  • Struct containing audio samples

Enums

Type Definitions

  • Identifier used for keeping track of signals
  • Identifier used for keeping track of signals