Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在我的 ubuntu 设置中创建虚拟环回 alsa sinks。我可以通过将以下内容添加到 /etc/modprobe.d/sound.conf 来创建一个
alias snd-card-0 snd-aloop options snd-aloop index=21 pcm_substreams=8
我需要创建多个这些,但我似乎无法找到有关如何区分虚拟卡的文档。我想创建20个。
这将创建五个环回卡:
options snd-aloop enable=1,1,1,1,1 index=10,11,12,13,14