summaryrefslogtreecommitdiffstats
path: root/DOCS/SOUNDCARDS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-10 09:48:03 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-10 09:48:03 +0000
commit84b1122dd22f4b19fe0f1e058afa8165eaa0a82d (patch)
treed0a02517d2be926016dc81b51372c06927d3357e /DOCS/SOUNDCARDS
parentdcbbd60bc2e0f2ad873fde3e2379d28189552001 (diff)
downloadmpv-84b1122dd22f4b19fe0f1e058afa8165eaa0a82d.tar.bz2
mpv-84b1122dd22f4b19fe0f1e058afa8165eaa0a82d.tar.xz
big review ! (translators curse me:)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@750 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/SOUNDCARDS')
-rw-r--r--DOCS/SOUNDCARDS15
1 files changed, 6 insertions, 9 deletions
diff --git a/DOCS/SOUNDCARDS b/DOCS/SOUNDCARDS
index 031848f7e3..e93d28a39b 100644
--- a/DOCS/SOUNDCARDS
+++ b/DOCS/SOUNDCARDS
@@ -25,26 +25,23 @@ Gravis UltraSound MAX:
ALSA : OK (?)
Max kHz : 48
-ESS 688 and probably all old SB's (without buffers):
- OSS : OK (48Khz, somehow...)
- ALSA : OK
- Max kHz : 44.1
+ESS 688:
+ OSS : OK
+ ALSA : OK (?)
+ Max kHz : 48
PC Speaker or DAC:
OSS : only with the new HQ timing code
- (maybe won't work at all in the future)
ALSA : no driver
Max kHz : 6 ;) (the driver emulates 44.1 maybe more)
Driver : ftp://ftp.infradead.org/pub/pcsp
- - MPlayer is mostly intended for OSS
+ - MPlayer is mostly intended for OSS, until we change to libxmm
- use at least 2.4 if possible, 2.2 isn't tested
- - In case of any problems, first try recompiling with
- ./configure --disable-select , then make distclean ; make .
- Your soundcard may not support querying of its buffer.
- 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 DOCS/CDROM .
- 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!