annotate DOCS/sound.html @ 1622:a0d4fa6b9435

printf added to seq. header error handlers
author arpi
date Wed, 22 Aug 2001 16:24:00 +0000
parents 1b011d6150c7
children 2eedc348e92a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1612
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
1 <HTML>
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
2
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
3 <BODY>
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
4
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
5 <PRE>
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
6
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
7 <A NAME=2.2.2>2.2.2. Audio output devices
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
8
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
9 - OSS (ioctl) driver
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
10 - SDL driver (supports up/downsampling, esd, arts etc)
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
11 - native ALSA 0.5 driver
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
12 - native ALSA 0.9 driver (buggy, use OSS emulation!)
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
13 - ESD (through SDL)
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
14 - ARTS (through SDL)
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
15 - SUN audio driver (/dev/audio) for BSD and Solaris8 users
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
16
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
17
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
18 <A NAME=2.2.2.1>2.2.2.1. Soundcard experiences, recommendations
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
19
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
20 Aureal Vortex 2:
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
21 OSS/Free: no driver
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
22 OSS : OK
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
23 ALSA : no driver
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
24 Max kHz : 48
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
25 Driver : <A HREF="http://aureal.sourceforge.net">aureal.sourceforge.net</A>
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
26 Driver2 : from <A HREF="http://makacs.poliod.hu/~pontscho/aureal/au88xx-1.1.3.tar.bz2">here</A>
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
27 (buffer size increased to 64k)
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
28
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
29 GUS PnP:
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
30 OSS/Free: no driver
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
31 OSS : OK
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
32 ALSA : OK
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
33 Max kHz : 48
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
34
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
35 SB Live!:
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
36 OSS : OK
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
37 ALSA : (?)
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
38 Max kHz : 48
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
39
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
40 SB AWE 64 OSS : max 44kHz
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
41 ALSA : 48kHz sounds shit
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
42 Max kHz : 48
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
43
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
44 Gravis UltraSound ACE:
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
45 OSS : max 44Khz. Also has problems with the
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
46 new sound code.
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
47 ALSA : OK
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
48 Max kHz : 48
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
49
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
50 Gravis UltraSound MAX:
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
51 OSS : OK
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
52 ALSA : OK (?)
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
53 Max kHz : 48
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
54
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
55 ESS 688:
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
56 OSS : OK
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
57 ALSA : OK (?)
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
58 Max kHz : 48
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
59
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
60 C-Media cards (which ones?)
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
61 OSS : not OK (hissing) (?)
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
62 ALSA : OK (?)
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
63 Max kHz : ?
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
64
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
65 PC Speaker or DAC:
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
66 OSS : OK (use the SDL driver : -ao sdl)
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
67 ALSA : no driver
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
68 Max kHz : the driver emulates 44.1 maybe more
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
69 Driver : <A HREF="ftp://ftp.infradead.org/pub/pcsp">ftp://ftp.infradead.org/pub/pcsp</A>
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
70
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
71 - use at least 2.4 if possible, 2.2 isn't tested
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
72 - if sound clicks when playing from CD-ROM, turn on IRQ unmasking !
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
73 for example "hdparm -u1 /dev/cdrom" (see "man hdparm" !!!)
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
74 This is recommended anyways... (for XMMS, etc...)
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
75 Read section <A HREF="dvd.html#4.1">4.1</A> .
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
76 - don't use your soundcard by other application ( for ex. XMMS ) !
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
77 if you use ESD, start MPlayer with the esddsp utility !
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
78 - Please tell us how MPlayer and your soundcard(s) worked together!
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
79
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
80 </PRE>
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
81
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
82 </BODY>
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
83
1b011d6150c7 new, splitted, etc dox
gabucino
parents:
diff changeset
84 </HTML>