mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-10 20:19:07 +00:00
We originally removed it because we had frequent merge conflicts and all downstream projects were doing their own pinning already. We also had CI issues because ChromeOS changes could trigger Cargo.lock changes in crosvm back then. The new Cargo.lock format should ease the merge conflicts and we no longer have issues with external changes triggering changes in our Cargo.lock. So let's bring it back in. This will allow us to judge the impact of changing third party dependencies and gives us a chance to implement a special review process. BUG=b:240435583 TEST=CQ Change-Id: Ie53e5616cc98d7e50a84f3c0a91902dd539f2520 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3795655 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Noah Gold <nkgold@google.com> Reviewed-by: Vikram Auradkar <auradkar@google.com> Tested-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Dennis Kempin <denniskempin@google.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.lock | ||
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.