comparison DOCS/SOUNDCARDS @ 521:8f86163f8dc3

*** empty log message ***
author gabucino
date Thu, 19 Apr 2001 09:17:41 +0000
parents 166239ec8a7b
children c687c8eee2bd
comparison
equal deleted inserted replaced
520:4df60675000a 521:8f86163f8dc3
1 1
2 Recommendations for misc. soundcards 2 Recommendations for misc. soundcards
3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 4
5 Aureal Vortex 2: In config.h, change #define HAVE_AUDIO_SELECT to 5 Aureal Vortex 2:
6 #undef HAVE_AUDIO_SELECT or run 6 run ./configure script with --disable-select option
7 ./configure script with --disable-select option 7
8 8 GUS PnP:
9 ALSA with GUS PnP: see Aureal Vortex2 9 OSS : OK (?)
10 ALSA : see Aureal Vortex2
11 Max kHz : 48 (?)
10 12
11 SB Live!: 13 SB Live!:
12 OSS : OK 14 OSS : OK
13 ALSA : (untested) 15 ALSA : (?)
14 Max kHz : 48 16 Max kHz : 48
15 17
16 Gravis UltraSound ACE: 18 Gravis UltraSound ACE:
17 OSS : OK 19 OSS : OK
18 ALSA : if video lags, use OSS 20 ALSA : if video lags, use OSS
19 Max kHz : 48 21 Max kHz : 48
20 22
21 Gravis UltraSound MAX: 23 Gravis UltraSound MAX:
22 OSS : OK 24 OSS : OK
23 ALSA : OK (should be) 25 ALSA : OK (?)
24 Max kHz : 48 26 Max kHz : 48
25 27
26 ESS 688 and probably all old SB's (without buffers): 28 ESS 688 and probably all old SB's (without buffers):
27 OSS : OK 29 OSS : OK
28 ALSA : OK 30 ALSA : OK
35 Max kHz : 6 ;) (the driver emulates 44.1 maybe more) 37 Max kHz : 6 ;) (the driver emulates 44.1 maybe more)
36 Driver : ftp://ftp.infradead.org/pub/pcsp 38 Driver : ftp://ftp.infradead.org/pub/pcsp
37 39
38 - MPlayer is mostly intended for OSS 40 - MPlayer is mostly intended for OSS
39 - use at least 2.4 if possible, 2.2 isn't tested 41 - use at least 2.4 if possible, 2.2 isn't tested
40 - In case of any problems, first try to change "#define HAVE_AUDIO_SELECT" to 42 - In case of any problems, first try recompiling with
41 "#undef HAVE_AUDIO_SELECT" in config.h , and recompile! 43 ./configure --disable-select , then make distclean ; make .
42 (make distclean ; make)
43 Your soundcard may not support querying of its buffer. 44 Your soundcard may not support querying of its buffer.
44 - if sound clicks when playing from CD-ROM, turn on IRQ unmasking ! 45 - if sound clicks when playing from CD-ROM, turn on IRQ unmasking !
45 for example "hdparm -u1 /dev/cdrom" (see "man hdparm" !!!) 46 for example "hdparm -u1 /dev/cdrom" (see "man hdparm" !!!)
46 This is also recommended anyways... (for XMMS, etc...) 47 This is recommended anyways... (for XMMS, etc...)
47 - don't use your soundcard by other application ( for ex. XMMS ) ! 48 - don't use your soundcard by other application ( for ex. XMMS ) !
48 if you use ESD, start MPlayer with the esddsp utility ! 49 if you use ESD, start MPlayer with the esddsp utility !
49 - Please tell us how MPlayer and your soundcard(s) worked together! 50 - Please tell us how MPlayer and your soundcard(s) worked together!
50 51
51 Gabucino 52 Gabucino