Commit graph

4 commits

Author SHA1 Message Date
1ca3fc766c sound: document --streams CLI option in README
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 19:33:57 +00:00
Alyssa Ross
3dca78e684 vhost-device-sound: add --socket-fd argument
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>
2025-11-20 17:24:04 +02:00
nicholasdezai
a0261d689e vhost-device-sound: Add GStreamer audio backend support
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>
2025-10-09 15:17:27 +02:00
Stefano Garzarella
b113dc6b28 sound: promote to main workspace
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)