Module audio_streams_async

Source
Expand description

Implements the interface required by audio_streams using the cros_async Executor.

It implements the AudioStreamsExecutor trait for Executor, so it can be passed into the audio_streams API.

Structsยง

IoSourceWrapper
A wrapper around IoSource that is compatible with the audio_streams traits.