Skip to main content

DefaultOutputDevice

Type Alias DefaultOutputDevice 

Source
pub type DefaultOutputDevice = CpalOutput;
Available on crate features cpal-output or web-output only.
Expand description

The default audio output device for the current platform and feature configuration.

Determined by compile-time feature flags and target archs:

  • cpal-output (if not wasm32)
  • web-output (for wasm32 targets)

Aliased Typeยง

pub struct DefaultOutputDevice { /* private fields */ }