andrewrk / andrewrk/libsoundio
How to access ALSA Plugin cards
未关闭
- 主要语言
- C
- 星标
- 2.1k
- 派生
- 254
- PR 合并指标
- 30 天内没有已合并 PR
描述
I want to run soundio on an embedded board, but sio_list_device can't probe and open hw:0,0 card, because the actual card 0 is used by alsa plugin.
How to access alsa plugin card by soundio?
```
#cat /etc/asound.conf
pcm.!default
{
type asym
playback.pcm {
¦ type plug
¦ slave.pcm "hw:0,0"
}
capture.pcm {
¦ type plug
¦ slave {
¦ ¦ pcm "hw:0,0"
¦ }
}
}
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。