summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/vorbis-tools/MESSAGE9
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/vorbis-tools/MESSAGE b/audio/vorbis-tools/MESSAGE
index cedd2d9c444..d14b0451591 100644
--- a/audio/vorbis-tools/MESSAGE
+++ b/audio/vorbis-tools/MESSAGE
@@ -1,14 +1,13 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1 2001/11/01 00:18:07 zuntum Exp $
+$NetBSD: MESSAGE,v 1.2 2002/09/09 08:37:22 pooka Exp $
-By default, ogg123 will decode to a testing null device.
+By default, ogg123 will decode to the OSS audio device.
-If you want to hear the audio and if you have a sound card with a
-working /dev/audio device, you can use libao's "sun" (SUN audio/NetBSD
+Alternatively you can use you can use libao's "sun" (SUN audio/NetBSD
audio) device. To setup your personal libao configuration so it
uses "sun" do:
- echo "default_device=sun" > ~/.libao
+ echo "default_driver=sun" > ~/.libao
Read the ogg123(1) manual page for further information.