You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a software mixer can cause a serious drop in audio quality so Volumio doesn’t do it. You could create a custom Volumio plugin to add one, although the general recommendation would be not to do it.
Adding a software mixer can cause a serious drop in audio quality so Volumio doesn’t do it. You could create a custom Volumio plugin to add one, although the general recommendation would be not to do it.
Thanks, I want to write a plugin to support sound effect.
My hardware do not support mix.
So I try to add software mixer by plugin, but got errors:
dmix need to connect direct with hw type.
The plugin will always auto create a empty type node. How to create a dmix type node that direct to hw type?
When I am playing back musics, at the same time, I try to use play sound with
sudo aplay -vv /usr/share/sounds/alsa/Front_Center.wav
will tell me
aplay: main:828: audio open error: Device or resource busy
how can I do?
The text was updated successfully, but these errors were encountered: