Module host

Module 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§

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

Structs§

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

Enums§

AudioHandleErrorKind
A list specifying categories of AudioHandleError error.