Module spectrusty::audio::host

source ·
Expand description

Platform dependent audio device streaming implementations.

To make use of this module enable one of the available features to the spectrusty_audio entry in [dependencies] section of the Cargo configuration file.

Modules

Audio device streaming implementation for cpal.
Audio device streaming implementation for SDL2.

Structs

A common error type returned by all audio handle implementation methods in this module.

Enums

A list specifying categories of AudioHandleError error.