mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 10:32:10 +00:00
1e80b0d6a3
This script moves win_util from crosvm/common/ to crosvm/ and win_sys_util into base::windows. The CL makes some prerequisite code changes needed to enable building of tests after the script is applied. BUG=b:223206469 TEST=presubmit Change-Id: I5c1952596d3161730be3f42ce5d6cb554ab66b4a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3537257 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> 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.