有人在i2s输出实现过吗
# aplay -D dmixplug 1.wav
ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to create IPC semaphore
aplay: main:788: audio open error: Function not implemented
最近编辑记录 powerpan (2020-12-06 00:03:50)
离线
为毛我的问题都没有人回答。。。太简单了各路大神不屑于回答?
kernel setting:
general setup -> system V IPC must on...
# cat .asoundrc
pcm.dmixplug {
type plug
slave {
pcm "dmix"
}
hint {
show on
description "DMix"
}
}
aplay -D dmixplug 1.wav
对了,如果需要和shairport-sync 混音, 需要修改 shairport-sync.conf,alsa的栏,default改成dmixplug就好了,mixer我也改了
最近编辑记录 powerpan (2020-12-06 16:52:05)
离线
难度太大,只有楼主自己才能解决,哈哈(ಡωಡ)hiahiahia
离线
我也是一样的问题,解决了吗?
# madplay -o wave:- 1.mp3 | aplay
MPEG Audio Decoder 0.15.2 (beta) - Copyright (C) 2000-2004 Robert Leslie et al.
1.mp3: No such file or directory
ALSA lib pcm_dmix.c:1063:(snd_pcm_dmix_open) unable to create IPC semaphore
aplay: main:807: audio open error: Function not implemented
离线
我也是一样的问题,解决了吗?
# madplay -o wave:- 1.mp3 | aplay
MPEG Audio Decoder 0.15.2 (beta) - Copyright (C) 2000-2004 Robert Leslie et al.
1.mp3: No such file or directory
ALSA lib pcm_dmix.c:1063:(snd_pcm_dmix_open) unable to create IPC semaphore
aplay: main:807: audio open error: Function not implemented
哈哈哈哈,你试下这个帖子:
离线
原因是在kernel config中要将General setup -> System V IPC 选项选上。
出自:
https://blog.csdn.net/u012769691/article/details/46776975?locationNum=8&fps=1
已经验证且解决了
离线