mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 05:03:05 +00:00
fd68b42b6d
The API allows audio_streams to be used by crosvm and libcras while their implementations of cros_async may diverge in the future. BUG=b:223624364 TEST=./tools/presubmit and emerge tests Cq-Depend: chromium:3519246 Change-Id: I08b6bf12e02c211275c11f1886f23f71217e40b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3518657 Reviewed-by: Chih-Yang Hsia <paulhsia@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Dennis Kempin <denniskempin@google.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
Audio Server and Stream interfaces
The audio_streams
crate provides a basic interface for playing audio. This will be used to enable
playback to various audio subsystems such as Alsa and cras. To start, an empty playback example
NoopStreamSource
is provided.