summaryrefslogtreecommitdiffstats
path: root/DOCS/SOUNDCARDS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-23 18:30:19 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-23 18:30:19 +0000
commit96edb007a565f7fc9a50f1ba64ae24e05f903fbc (patch)
tree926787e50a5d3b0c3c8de8055ed21c97f440553d /DOCS/SOUNDCARDS
parent38e354884b04d440c3ffdfa24b1236c573fbed5a (diff)
downloadmpv-96edb007a565f7fc9a50f1ba64ae24e05f903fbc.tar.bz2
mpv-96edb007a565f7fc9a50f1ba64ae24e05f903fbc.tar.xz
something
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@202 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/SOUNDCARDS')
-rw-r--r--DOCS/SOUNDCARDS6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/SOUNDCARDS b/DOCS/SOUNDCARDS
index 902cd71cd0..be2885414d 100644
--- a/DOCS/SOUNDCARDS
+++ b/DOCS/SOUNDCARDS
@@ -38,10 +38,16 @@ PC Speaker or DAC:
- MPlayer is mostly intended for OSS
- use at least 2.4 if possible, 2.2 isn't tested
+ - In case of any problems, first try to change "#define HAVE_AUDIO_SELECT" to
+ "#undef HAVE_AUDIO_SELECT" in config.h , and recompile!
+ (make distclean ; make)
+ Your soundcard may not support querying of its buffer.
- if sound clicks when playing from CD-ROM, turn on IRQ unmasking !
for example "hdparm -u1 /dev/cdrom" (see "man hdparm" !!!)
+ This is also recommended anyways... (for XMMS, etc...)
- don't use your soundcard by other application ( for ex. XMMS ) !
if you use ESD, start MPlayer with the esddsp utility !
+ - Please tell us how MPlayer and your soundcard(s) worked together!
Gabucino