|
有谁知道linux最多支持多少个声卡?我接了16个USB 声卡外加主板带的,共17个声卡,但在/dev/dsp中只有1-7.而且用mplayer来指定播放设备的时候,最多只能打开6个设备。再打开的时候就会有如下的提示:
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 44100 Hz, 2 ch, s16le, 320.0 kbit/22.68% (ratio: 40000->176400)
Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
[AO_ALSA] alsa-lib: pcm_hw.c:576 snd_pcm_hw_prepare) SNDRV_PCM_IOCTL_PREPARE failed: Broken pipe
[AO_ALSA] Unable to set hw-parameters: Broken pipe
Failed to initialize audio driver 'alsa:device=hw=1.0'
Could not open/initialize audio device -> no sound.
Audio: no sound
Video: no video
Exiting... (End of file)
==
顺便说一下,我mplayer打开的时候使用的audio output是alsa , 打开命令如下:
mplayer -ao alsa:device=hw=1.0 xxxxx.mp3
====
请高人点。 |
|