mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-28 09:33:01 +00:00
8e1ea42363
Add latency_bytes to the AsyncBufferCommit and the BufferCommit trait to allow virtio sound device to report the audio latency from the virtio_snd_pcm_status. BUG=b:269989582 TEST=play Audio Video Sync Test video from the ARCVM youtube app. Change-Id: I9415933ed1bd8e3b326fe2c5c73a835ed96dff02 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4273577 Reviewed-by: Chih-Yang Hsia <paulhsia@chromium.org> Commit-Queue: Chih-Yang Hsia <paulhsia@chromium.org> Auto-Submit: Judy Hsiao <judyhsiao@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.