mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-11 12:35:26 +00:00
sys_util is only used to have a SharedMemory instance to run test. This commit replaces that with a mock implementation. BUG=b:229114164 TEST=presubmit Change-Id: I6268f36dd3d986422090b1d2506ba55896cbca62 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3593851 Reviewed-by: Allen Webb <allenwebb@google.com> Tested-by: kokoro <noreply+kokoro@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.