ec9e0a665c
The alsa-sndio plugin provides a PCM that connects to a sndiod server as a fallback for applications that don't support sndio. Only playback is supported and the plugin does not report accurate buffer positions at the moment. Do not expect this to work in a good way for video playback, browsers, etc. WWW: https://github.com/Duncaen/alsa-sndio
8 lines
200 B
Text
8 lines
200 B
Text
To set the default PCM to the sndio plugin, create ~/.asoundrc with
|
|
|
|
pcm.!default {
|
|
type sndio
|
|
}
|
|
|
|
Optionally, use the 'volume' option to set the initial volume and
|
|
'device' to set the device to use.
|