Skip to main content

Module cpal

Module cpal 

Source
Expand description

A concrete implementation of the AudioDevice trait using the cpal library.

Structsยง

CpalAudioDevice
CPAL-backed AudioDevice factory.
CpalAudioStream
Live CPAL output stream. Keeps the underlying cpal::Stream alive via owned storage; Drop stops the stream.