diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-04-15 18:35:17 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-04-15 18:35:17 +0000 |
commit | 6ead487b065fb66adad951f585919a8258c6bf10 (patch) | |
tree | 56683cb0264ae0b37874e6924498351def73095b /DOCS | |
parent | 77c23fbd26336f7d62b4db6842577c8573b3c271 (diff) | |
download | mpv-6ead487b065fb66adad951f585919a8258c6bf10.tar.bz2 mpv-6ead487b065fb66adad951f585919a8258c6bf10.tar.xz |
Pontscho's mixer, select, and hell-a-lot-of-stuff patch ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@441 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/LIRC | 4 | ||||
-rw-r--r-- | DOCS/SOUNDCARDS | 11 |
2 files changed, 9 insertions, 6 deletions
@@ -29,6 +29,10 @@ o MPlayer and LIRC FRWND - 60 secs back FWD - skip 10 secs FFWD - skip 60 secs + INCVOL - increase volume one percent + DECVOL - decrease volmue one percent + MASTER - use master mixer channel + PCM - use pcm mixer channel Don't forget to enable the repeat flag for RWND/FWD in .lircrc. Here's an excerpt from my .lircrc: diff --git a/DOCS/SOUNDCARDS b/DOCS/SOUNDCARDS index 0cbde947b0..5ae42ea32e 100644 --- a/DOCS/SOUNDCARDS +++ b/DOCS/SOUNDCARDS @@ -2,12 +2,11 @@ Recommendations for misc. soundcards ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Aureal Vortex 2: (Pontscho) - In config.h, change #define HAVE_AUDIO_SELECT to - #undef HAVE_AUDIO_SELECT - OSS : With MPEG files : defaults are ok - With AVI files : -delay -0.5 - ALSA : same +Aureal Vortex 2: In config.h, change #define HAVE_AUDIO_SELECT to + #undef HAVE_AUDIO_SELECT or run + ./configure script with --disable-select option + +ALSA with GUS PnP: see Aureal Vortex2 SB Live!: OSS : OK |