summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/README.dxr38
-rw-r--r--doc/README.xinerc6
2 files changed, 13 insertions, 1 deletions
diff --git a/doc/README.dxr3 b/doc/README.dxr3
index 318268bda..fe04cd2e0 100644
--- a/doc/README.dxr3
+++ b/doc/README.dxr3
@@ -84,6 +84,12 @@ Some of them are important for dxr3 playback:
set to oss. Can also be specified using "-A oss"
on the command line.
+*) oss_device_num:
+ 0-16 Machines with a dxr3 installed often have an usual
+ soundcard too. If audio playback occurs on the
+ wrong device, the demanded device can be set using
+ this option.
+
It is recommented to run XINE one time before editing the config,
since all options get written in .xinerc and have their default
values. The dxr3 video driver can be forced using the "-V dxr3"
@@ -123,4 +129,4 @@ and dxr3_color_interval too.
________________________
docu version information
-$Id: README.dxr3,v 1.2 2001/07/27 11:42:36 ehasenle Exp $
+$Id: README.dxr3,v 1.3 2001/08/05 12:19:54 ehasenle Exp $
diff --git a/doc/README.xinerc b/doc/README.xinerc
index c9c62f23c..e432ef39f 100644
--- a/doc/README.xinerc
+++ b/doc/README.xinerc
@@ -47,5 +47,11 @@ oss_resample XINE can play different sample rates than your
Dont use, needs missing timer plugin!
2 = ON: Always resample, mainly for debugging.
+oss_device_num -1, 0-16: Forces the OSS plugin to use the specified
+ dspX device, regardless of its capabilities.
+ If -1 (default) is specified, the audio device with
+ the best capabilities will be used.
+ Note: /dev/dsp is usually a symlink to /dev/dsp0
+
dxr3_XXX see README.dxr3