mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
This removes sys_util(_core), which moved into base::unix/common, as well as common/(cros_async,io_uring), which moved into the root directory. The only reason the code was still around is that they were still used in the ChromeOS codebase. ChromeOS has pinned the version of crosvm it uses for these libraries so we can go ahead and remove the code. A few remaining references to sys_util have been updated to base. BUG=b:227226222,b:229016539 TEST=presubmit Change-Id: I7a711044de7e067b217287f2bac822d6ac7d3964 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3593852 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.