===========================================================================
$NetBSD: MESSAGE.NetBSD,v 1.2 2019/07/09 18:50:40 nia Exp $

Dolphin has several audio backend options in its audio settings menu.

* AOSound seems to stutter badly on NetBSD.
* ALSA seems best.

Install the audio/alsa-plugins-oss package, then add this to ~/.asoundrc:

pcm.!default {
	type oss
}

ctl.!default {
	type oss
}

===========================================================================
