This allows a service manager to start vhost-device-sound with an
already listening socket. With this, the service manager can create
the socket in advance of starting any services, so there's no race in
between vhost-device-sound being started and being ready to accept
connections.
Signed-off-by: Alyssa Ross <hi@alyssa.is>
Add gstreamer backend.
Add gstreamer-related crates used in the vhost-device-sound
module
This affects only the vhost-device-sound module, and updates the
following dependencies:
- dependency-name: gstreamer
dependency-version: 0.24.2
- dependency-name: gstreamer-app
dependency-version: 0.24.2
- dependency-name: gstreamer-audio
dependency-version: 0.24.2
Signed-off-by: nicholasdezai <nicholasdezai@gmail.com>
The current implementation seems ready to be promoted to the
main workspace since the device supports both playback and recording,
and several audio backends.
Also, test coverage is good and aligned with the coverage of crates
in the main workspace.
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
2024-01-03 11:16:07 +05:30
Renamed from staging/vhost-device-sound/README.md (Browse further)