summaryrefslogtreecommitdiff
path: root/audio/vorbis-tools
diff options
context:
space:
mode:
authorpooka <pooka@pkgsrc.org>2002-09-09 08:37:22 +0000
committerpooka <pooka@pkgsrc.org>2002-09-09 08:37:22 +0000
commit6cd70da11685cfe526db67122b42027a1bb45a06 (patch)
treefb62264ce3eb65fc13f3bce9597cd65d0bea7594 /audio/vorbis-tools
parentbe886d1decb764cde414a0987e69a8c5ff71e7b6 (diff)
downloadpkgsrc-6cd70da11685cfe526db67122b42027a1bb45a06.tar.gz
note that:
* OSS is used by default, not null * default_driver, not default_device noted by Ilpo Ruotsalainen
Diffstat (limited to 'audio/vorbis-tools')
-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.