freebsd-ports/audio/alsa-sndio/pkg-message
Tobias Kortkamp ec9e0a665c New port: audio/alsa-sndio
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
2018-03-19 08:23:13 +00:00

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.