[MPlayer-users] -ac hwac3 with non SB Live/C-Media soundcards?
Marcus Blomenkamp
Marcus.Blomenkamp at epost.de
Wed Apr 24 10:36:01 CEST 2002
Andreas Lange wrote:
>
> When I 'insmod snd-pcm-oss snd_dsp_map=2'
> mplayer -ao oss -ac hwac3 works fine, but other programs like xmms
> can't play sound anymore.
This is because with music players you usually play 44kHz content, such
as from CD. However the digital output of this (and most other consumer
cards) does only support 48kHz sampling rate. The alsa-device ',2' is
per convention bit-identical thus non-resampling.
> Sorry if that question is stupid, but can I use other programs and
> mplayer with ac3 without reloading that module?
Use /dev/adsp with mplayer
Use /dev/dsp with all other OSS applications (:= leave as is)
Direct /dev/adsp to ',2'
Direct /dev/dsp to ',0'
=> options snd-pcm-oss snd_dsp_map=0 snd_adsp_map=2
cu Marcus
More information about the MPlayer-users
mailing list