Module nannou_audio::stream::output[][src]

Expand description

Items related to output audio streams.

Structs

A type used for building an output stream.

An iterator yielding all available audio devices that support output streams.

Traits

The function that will be called when a Buffer is ready to be rendered.

Type Definitions

The builder when first initialised.

The default render function type used when unspecified.