[][src]Module nannou_audio::stream

Modules

duplex

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

input

Items related to input audio streams.

output

Items related to output audio streams.

Structs

Builder

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

Stream

A clone-able handle around an audio stream.

Enums

BuildError

Errors that might occur when attempting to build a stream.

Constants

DEFAULT_SAMPLE_RATE

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

Type Definitions

UpdateFn

The type of function accepted for model updates.