diff options
author | chris <chris@pkgsrc.org> | 2002-09-24 09:35:15 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2002-09-24 09:35:15 +0000 |
commit | 818967d9854560ee888eba54ef79989f91e7e72c (patch) | |
tree | d5953ba1fa710ca7af0a01604f56f5b2d34434ab /audio/tremor-tools/MESSAGE | |
parent | ca2e4b280807a24f15dc9fc70c4a250c0b1a089e (diff) | |
download | pkgsrc-818967d9854560ee888eba54ef79989f91e7e72c.tar.gz |
Conversion of ogg123 to use the tremor library. This makes my arm boxen
capable of decoding ogg vorbis files in real time.
Note this package produces one binary: igg123, which is compatible with ogg123.
Diffstat (limited to 'audio/tremor-tools/MESSAGE')
-rw-r--r-- | audio/tremor-tools/MESSAGE | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/tremor-tools/MESSAGE b/audio/tremor-tools/MESSAGE new file mode 100644 index 00000000000..825131455bb --- /dev/null +++ b/audio/tremor-tools/MESSAGE @@ -0,0 +1,15 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2002/09/24 09:35:16 chris Exp $ + +By default, ogg123 will decode to a testing null 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 +audio) device. To setup your personal libao configuration so it +uses "sun" do: + + echo "default_device=sun" > ~/.libao + +Read the ogg123(1) manual page for further information. + +=========================================================================== |