Mercurial > mplayer.hg
comparison DOCS/tech/hwac3.txt @ 30990:0ad2da052b2e
the great MPlayer tab removal: part I
author | diego |
---|---|
date | Mon, 12 Apr 2010 10:56:17 +0000 |
parents | 0f1b5b68af32 |
children |
comparison
equal
deleted
inserted
replaced
30989:686241d65b86 | 30990:0ad2da052b2e |
---|---|
129 your sound apps. For movies I'd point '/dev/adsp' to 'hw:0,2' and | 129 your sound apps. For movies I'd point '/dev/adsp' to 'hw:0,2' and |
130 configure mplayer to use adsp instead of dsp. The samplerate constrain | 130 configure mplayer to use adsp instead of dsp. The samplerate constrain |
131 is no big deal here since movies usually are in 48Khz anyway. The | 131 is no big deal here since movies usually are in 48Khz anyway. The |
132 configuration in '/etc/modules.conf' is no big deal also: | 132 configuration in '/etc/modules.conf' is no big deal also: |
133 | 133 |
134 alias snd-card-0 snd-card-cmipci # insert your card here | 134 alias snd-card-0 snd-card-cmipci # insert your card here |
135 alias snd-card-1 snd-pcm-oss # load OSS emulation | 135 alias snd-card-1 snd-pcm-oss # load OSS emulation |
136 options snd-pcm-oss snd_dsp_map=0 snd_adsp_map=2 # do the mapping | 136 options snd-pcm-oss snd_dsp_map=0 snd_adsp_map=2 # do the mapping |
137 | 137 |
138 This works flawlessly in combination with alsa's native | 138 This works flawlessly in combination with alsa's native |
139 SysVrc-init-script 'alsasound'. Be sure to disable any distribution | 139 SysVrc-init-script 'alsasound'. Be sure to disable any distribution |
140 dependent script (e.g. Mandrake-8.1 has an 'alsa' script which depends | 140 dependent script (e.g. Mandrake-8.1 has an 'alsa' script which depends |
141 on ALSA-0.5). | 141 on ALSA-0.5). |