Adding multiple Loopback Alsa devices in ubuntu [closed]
Asked Answered
U

1

7

I need to create virtual loopback alsa sinks in my ubuntu setup. I can create one by adding the following to /etc/modprobe.d/sound.conf

alias snd-card-0 snd-aloop
options snd-aloop index=21 pcm_substreams=8

I need to create multiple of these but I can't seem to find documentation on how to distinguish between the virtual cards. I would like to create 20.

Underthecounter answered 19/8, 2013 at 18:58 Comment(1)
This question have better chances of being answered in askUbuntuClupeoid
S
12

This creates five loopback cards:

options snd-aloop enable=1,1,1,1,1 index=10,11,12,13,14
Sobranje answered 20/8, 2013 at 8:16 Comment(1)
for those like me confused about the lack of an 'options' command, you need to write this line in /etc/modprobe.d/alsa-base.confAndorra

© 2022 - 2024 — McMap. All rights reserved.