diff options
author | Eduard Hasenleithner <ehasenle@users.sourceforge.net> | 2001-08-05 12:19:54 +0000 |
---|---|---|
committer | Eduard Hasenleithner <ehasenle@users.sourceforge.net> | 2001-08-05 12:19:54 +0000 |
commit | 7e26b4f6fcc783b9a1af8525cbef5924b78bc135 (patch) | |
tree | f70e6118af62c4e217327b911f5a18a2c7cafd7b /doc/README.xinerc | |
parent | 74a1aa5909349609910f5b3d8ebb3e7661b262c2 (diff) | |
download | xine-lib-0.5.0.tar.gz xine-lib-0.5.0.tar.bz2 |
Implemented preferred OSS audio device.xine-0_5_0-release0.5.0
Fixed resample selection code.
CVS patchset: 389
CVS date: 2001/08/05 12:19:54
Diffstat (limited to 'doc/README.xinerc')
-rw-r--r-- | doc/README.xinerc | 6 |
1 files changed, 6 insertions, 0 deletions
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 |