On Sat, Oct 27, 2018 at 07:23:05PM +0200, David Coppa wrote:
> 
> Hi,
> 
> Here's what I've done:
> 
> 1) Install libsndio on the Linux guest (I've used
> http://www.sndio.org/sndio.tar.gz)
> 
> 2) Compile this alsa plugin on the Linux guest:
> https://github.com/Duncaen/alsa-sndio
> 
> 3) Copy libasound_module_pcm_sndio.so under /usr/lib/alsa-lib/ (I'm on
> Arch Linux, YMMV)
> 
> 4) Create a /etc/asound.conf file containing the following lines:
> 
> pcm.!default {
>     type sndio
>     device "snd@100.64.1.1/0"
> }
> 
> Where 100.64.1.1 is the ip address of the host.
> 
> Enjoy,
> David

So an update, forwarding audio from the guest to the host with sndiod on debian
sid works fine, as tested with aucat. It is getting the last part, alsa to see
it that is not cooperating yet.

Reply via email to