annotate DOCS/SOUNDCARDS @ 333:c6aca7445c10

*** empty log message ***
author arpi_esp
date Tue, 10 Apr 2001 23:27:06 +0000
parents 6c3a2c2c966d
children d19a3da6ac13
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
140
6889224c44e0 big updates, new docs, etc :)
gabucino
parents: 135
diff changeset
1
6889224c44e0 big updates, new docs, etc :)
gabucino
parents: 135
diff changeset
2 Recommendations for misc. soundcards
6889224c44e0 big updates, new docs, etc :)
gabucino
parents: 135
diff changeset
3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
4
171
74d549cfd4a2 added Vortex2 stuff (from Pontscho)
gabucino
parents: 143
diff changeset
5 Aureal Vortex 2: (Pontscho)
74d549cfd4a2 added Vortex2 stuff (from Pontscho)
gabucino
parents: 143
diff changeset
6 In config.h, change #define HAVE_AUDIO_SELECT to
74d549cfd4a2 added Vortex2 stuff (from Pontscho)
gabucino
parents: 143
diff changeset
7 #undef HAVE_AUDIO_SELECT
74d549cfd4a2 added Vortex2 stuff (from Pontscho)
gabucino
parents: 143
diff changeset
8 OSS : With MPEG files : defaults are ok
74d549cfd4a2 added Vortex2 stuff (from Pontscho)
gabucino
parents: 143
diff changeset
9 With AVI files : -delay -0.5
74d549cfd4a2 added Vortex2 stuff (from Pontscho)
gabucino
parents: 143
diff changeset
10 ALSA : same
74d549cfd4a2 added Vortex2 stuff (from Pontscho)
gabucino
parents: 143
diff changeset
11
140
6889224c44e0 big updates, new docs, etc :)
gabucino
parents: 135
diff changeset
12 SB Live!:
6889224c44e0 big updates, new docs, etc :)
gabucino
parents: 135
diff changeset
13 OSS : OK
6889224c44e0 big updates, new docs, etc :)
gabucino
parents: 135
diff changeset
14 ALSA : (untested)
6889224c44e0 big updates, new docs, etc :)
gabucino
parents: 135
diff changeset
15 Max kHz : 48
6889224c44e0 big updates, new docs, etc :)
gabucino
parents: 135
diff changeset
16
6889224c44e0 big updates, new docs, etc :)
gabucino
parents: 135
diff changeset
17 Gravis UltraSound ACE:
143
75d2740260e9 some cosmetics
gabucino
parents: 140
diff changeset
18 OSS : OK
281
6c3a2c2c966d big review
gabucino
parents: 201
diff changeset
19 ALSA : if video lags, use OSS
140
6889224c44e0 big updates, new docs, etc :)
gabucino
parents: 135
diff changeset
20 Max kHz : 48
96
2c04d6650bc9 very much changes
gabucino
parents: 55
diff changeset
21
140
6889224c44e0 big updates, new docs, etc :)
gabucino
parents: 135
diff changeset
22 Gravis UltraSound MAX:
143
75d2740260e9 some cosmetics
gabucino
parents: 140
diff changeset
23 OSS : OK
75d2740260e9 some cosmetics
gabucino
parents: 140
diff changeset
24 ALSA : OK (should be)
140
6889224c44e0 big updates, new docs, etc :)
gabucino
parents: 135
diff changeset
25 Max kHz : 48
6889224c44e0 big updates, new docs, etc :)
gabucino
parents: 135
diff changeset
26
281
6c3a2c2c966d big review
gabucino
parents: 201
diff changeset
27 ESS 688 and probably all old SB's (without buffers):
140
6889224c44e0 big updates, new docs, etc :)
gabucino
parents: 135
diff changeset
28 OSS : OK
6889224c44e0 big updates, new docs, etc :)
gabucino
parents: 135
diff changeset
29 ALSA : OK
6889224c44e0 big updates, new docs, etc :)
gabucino
parents: 135
diff changeset
30 Max kHz : 44.1
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
31
140
6889224c44e0 big updates, new docs, etc :)
gabucino
parents: 135
diff changeset
32 PC Speaker or DAC:
6889224c44e0 big updates, new docs, etc :)
gabucino
parents: 135
diff changeset
33 OSS : only with the new HQ timing code
6889224c44e0 big updates, new docs, etc :)
gabucino
parents: 135
diff changeset
34 (maybe won't work at all in the future)
6889224c44e0 big updates, new docs, etc :)
gabucino
parents: 135
diff changeset
35 ALSA : no driver
6889224c44e0 big updates, new docs, etc :)
gabucino
parents: 135
diff changeset
36 Max kHz : 6 ;) (the driver emulates 44.1 maybe more)
6889224c44e0 big updates, new docs, etc :)
gabucino
parents: 135
diff changeset
37 Driver : ftp://ftp.infradead.org/pub/pcsp
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
38
140
6889224c44e0 big updates, new docs, etc :)
gabucino
parents: 135
diff changeset
39 - MPlayer is mostly intended for OSS
6889224c44e0 big updates, new docs, etc :)
gabucino
parents: 135
diff changeset
40 - use at least 2.4 if possible, 2.2 isn't tested
201
4678d8212524 something
gabucino
parents: 171
diff changeset
41 - In case of any problems, first try to change "#define HAVE_AUDIO_SELECT" to
4678d8212524 something
gabucino
parents: 171
diff changeset
42 "#undef HAVE_AUDIO_SELECT" in config.h , and recompile!
4678d8212524 something
gabucino
parents: 171
diff changeset
43 (make distclean ; make)
4678d8212524 something
gabucino
parents: 171
diff changeset
44 Your soundcard may not support querying of its buffer.
96
2c04d6650bc9 very much changes
gabucino
parents: 55
diff changeset
45 - if sound clicks when playing from CD-ROM, turn on IRQ unmasking !
2c04d6650bc9 very much changes
gabucino
parents: 55
diff changeset
46 for example "hdparm -u1 /dev/cdrom" (see "man hdparm" !!!)
201
4678d8212524 something
gabucino
parents: 171
diff changeset
47 This is also recommended anyways... (for XMMS, etc...)
96
2c04d6650bc9 very much changes
gabucino
parents: 55
diff changeset
48 - don't use your soundcard by other application ( for ex. XMMS ) !
2c04d6650bc9 very much changes
gabucino
parents: 55
diff changeset
49 if you use ESD, start MPlayer with the esddsp utility !
201
4678d8212524 something
gabucino
parents: 171
diff changeset
50 - Please tell us how MPlayer and your soundcard(s) worked together!
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
51
140
6889224c44e0 big updates, new docs, etc :)
gabucino
parents: 135
diff changeset
52 Gabucino
6889224c44e0 big updates, new docs, etc :)
gabucino
parents: 135
diff changeset
53