On Mon, Aug 28, 2023 at 10:54:57PM +0300, Emmanouil Pitsidianakis wrote: > This patch series adds an audio device implementing the recent virtio > sound spec (1.2) and a corresponding PCI wrapper device. > > v8 can be found online at: > > https://gitlab.com/epilys/qemu/-/tree/virtio-snd-v8 > Hello Manos,
I have been testing these patches in a 6.4.6 Linux guest by using the command: `aplay /usr/share/sounds/alsa/Front_Left.wav` There is some audio that is reproduced twice, such as "Front ... Front Left". I have also observed this in the virtio-sound vhost-user-device. I'm still trying to figure out why this is happening. Thanks, Matias.