summaryrefslogtreecommitdiffstats
path: root/DOCS/sound.html
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-21 21:01:54 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-21 21:01:54 +0000
commitc10396e50ff2aafa4bcc480f8391927425f3bb2d (patch)
tree0498a88de8e547e6b17b13c4b1c5305b54fdc451 /DOCS/sound.html
parent1af8d58c0bf4a4cbac5fa9e5cfb8bc382c047b8c (diff)
downloadmpv-c10396e50ff2aafa4bcc480f8391927425f3bb2d.tar.bz2
mpv-c10396e50ff2aafa4bcc480f8391927425f3bb2d.tar.xz
new, splitted, etc dox
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1613 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/sound.html')
-rw-r--r--DOCS/sound.html84
1 files changed, 84 insertions, 0 deletions
diff --git a/DOCS/sound.html b/DOCS/sound.html
new file mode 100644
index 0000000000..dfdbf0f4aa
--- /dev/null
+++ b/DOCS/sound.html
@@ -0,0 +1,84 @@
+<HTML>
+
+<BODY>
+
+<PRE>
+
+ <A NAME=2.2.2>2.2.2. Audio output devices
+
+ - OSS (ioctl) driver
+ - SDL driver (supports up/downsampling, esd, arts etc)
+ - native ALSA 0.5 driver
+ - native ALSA 0.9 driver (buggy, use OSS emulation!)
+ - ESD (through SDL)
+ - ARTS (through SDL)
+ - SUN audio driver (/dev/audio) for BSD and Solaris8 users
+
+
+ <A NAME=2.2.2.1>2.2.2.1. Soundcard experiences, recommendations
+
+ Aureal Vortex 2:
+ OSS/Free: no driver
+ OSS : OK
+ ALSA : no driver
+ Max kHz : 48
+ Driver : <A HREF="http://aureal.sourceforge.net">aureal.sourceforge.net</A>
+ Driver2 : from <A HREF="http://makacs.poliod.hu/~pontscho/aureal/au88xx-1.1.3.tar.bz2">here</A>
+ (buffer size increased to 64k)
+
+ GUS PnP:
+ OSS/Free: no driver
+ OSS : OK
+ ALSA : OK
+ Max kHz : 48
+
+ SB Live!:
+ OSS : OK
+ ALSA : (?)
+ Max kHz : 48
+
+ SB AWE 64 OSS : max 44kHz
+ ALSA : 48kHz sounds shit
+ Max kHz : 48
+
+ Gravis UltraSound ACE:
+ OSS : max 44Khz. Also has problems with the
+ new sound code.
+ ALSA : OK
+ Max kHz : 48
+
+ Gravis UltraSound MAX:
+ OSS : OK
+ ALSA : OK (?)
+ Max kHz : 48
+
+ ESS 688:
+ OSS : OK
+ ALSA : OK (?)
+ Max kHz : 48
+
+ C-Media cards (which ones?)
+ OSS : not OK (hissing) (?)
+ ALSA : OK (?)
+ Max kHz : ?
+
+ PC Speaker or DAC:
+ OSS : OK (use the SDL driver : -ao sdl)
+ ALSA : no driver
+ Max kHz : the driver emulates 44.1 maybe more
+ Driver : <A HREF="ftp://ftp.infradead.org/pub/pcsp">ftp://ftp.infradead.org/pub/pcsp</A>
+
+ - use at least 2.4 if possible, 2.2 isn't tested
+ - if sound clicks when playing from CD-ROM, turn on IRQ unmasking !
+ for example "hdparm -u1 /dev/cdrom" (see "man hdparm" !!!)
+ This is recommended anyways... (for XMMS, etc...)
+ Read section <A HREF="dvd.html#4.1">4.1</A> .
+ - 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!
+
+</PRE>
+
+</BODY>
+
+</HTML>