diff DOCS/SOUNDCARDS @ 521:8f86163f8dc3

*** empty log message ***
author gabucino
date Thu, 19 Apr 2001 09:17:41 +0000
parents 166239ec8a7b
children c687c8eee2bd
line wrap: on
line diff
--- a/DOCS/SOUNDCARDS	Thu Apr 19 01:24:59 2001 +0000
+++ b/DOCS/SOUNDCARDS	Thu Apr 19 09:17:41 2001 +0000
@@ -2,15 +2,17 @@
 Recommendations for misc. soundcards
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-Aureal Vortex 2:        In config.h, change #define HAVE_AUDIO_SELECT to
-			  #undef HAVE_AUDIO_SELECT or run 
-			  ./configure script with --disable-select option
-			  
-ALSA with GUS PnP:	see Aureal Vortex2
+Aureal Vortex 2:
+			run ./configure script with --disable-select option
+
+GUS PnP:
+			OSS	: OK (?)
+			ALSA	: see Aureal Vortex2
+			Max kHz	: 48 (?)
 
 SB Live!:
 			OSS	: OK
-			ALSA	: (untested)
+			ALSA	: (?)
 			Max kHz : 48
 
 Gravis UltraSound ACE:
@@ -20,7 +22,7 @@
 
 Gravis UltraSound MAX:
 			OSS     : OK
-			ALSA    : OK (should be)
+			ALSA    : OK (?)
 			Max kHz : 48
 
 ESS 688 and probably all old SB's (without buffers):
@@ -37,13 +39,12 @@
 
  - 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)
+ - In case of any problems, first try recompiling with
+   ./configure --disable-select , then 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...)
+   This is 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!