Module awedio::manager

source ·
Expand description

Manager is how sounds are played on a backend.

Structs§

Traits§

  • Backends obtain the samples to output from a BackendSource. The default BackendSource is the Renderer. You can wrap a Renderer to make changes before output to a backend (e.g. a global volume or mute control).