Module nannou_audio::stream[][src]

Modules

Items related to duplex (synchronised input/output) audio streams.

Items related to input audio streams.

Items related to output audio streams.

Structs

Stream building parameters that are common between input and output streams.

A clone-able handle around an audio stream.

Enums

Errors that might occur when attempting to build a stream.

Constants

The default sample rate used for output, input and duplex streams if possible.

Traits

Called by the audio host in the case that an error occurs on an audio stream thread.

Type Definitions

The default stream error function type used when unspecified.

The type of function accepted for model updates.