Skip to main content

Crate firewheel_cpal

Crate firewheel_cpal 

Source

Re-exports§

pub use cpal;

Structs§

CpalBackend
A CPAL backend for Firewheel
CpalConfig
The configuration of a CPAL stream.
CpalEnumerator
A struct used to retrieve the list of available audio devices on the system and their available ocnfigurations.
CpalInputConfig
The configuration of an input audio stream in the CPAL backend.
CpalOutputConfig
The configuration of an output audio stream in the CPAL backend.
DeviceInfo
Information about an audio device.
HostEnumerator
A struct used to retrieve the list of available audio devices for a given system audio host (API).

Enums§

StreamStartError
An error occured while trying to start a CPAL audio stream.