comparison DOCS/sound.html @ 1612:1b011d6150c7

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