mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-11 04:26:38 +00:00
BUG=b:213150293 TEST=built and presubmits Change-Id: Ia032dd4645d5a827e4b462ebbf9d10db410f5468 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3764468 Commit-Queue: Richard Zhang <rizhang@google.com> Reviewed-by: Chih-Yang Hsia <paulhsia@chromium.org> Tested-by: Richard Zhang <rizhang@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.