I'm still trying to play a soundfile on all my soundcards. I changed the rate of my
delta card to 44100, but now I'm getting errors when trying to play.
How can I determine the native settings (supported pcm streams) of each card I have ?
- M-Audio Delta 410
- Soundblaster PCI 128 (2x)
The error I'm getting :
aplay yyy.wav -D mplug
Playing WAVE 'yyy' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
aplay: set_params:840: Unable to install hw params:
ACCESS: RW_INTERLEAVED
FORMAT: S16_LE
SUBFORMAT: STD
SAMPLE_BITS: 16
FRAME_BITS: 32
CHANNELS: 2
RATE: NONE
PERIOD_TIME: (37142 37143)
PERIOD_SIZE: 1638
PERIOD_BYTES: 6552
PERIODS: (4 5)
BUFFER_TIME: (148594 148595)
BUFFER_SIZE: 6553
BUFFER_BYTES: 26212
TICK_TIME: 10000
My .asoundrc file :
pcm.rate44100Hz {
type plug
slave {
pcm "hw:0,0"
rate 44100
}
}
pcm.multi {
type multi
slaves.a.pcm "rate44100Hz"
slaves.a.channels 8
slaves.b.pcm "hw:1,0"
slaves.b.channels 2
slaves.c.pcm "hw:2,0"
slaves.c.channels 2
bindings.0.slave a
bindings.0.channel 0
bindings.1.slave a
bindings.1.channel 1
bindings.2.slave a
bindings.2.channel 2
bindings.3.slave a
bindings.3.channel 3
bindings.4.slave a
bindings.4.channel 4
bindings.5.slave a
bindings.5.channel 5
bindings.6.slave a
bindings.6.channel 6
bindings.7.slave a
bindings.7.channel 7
bindings.8.slave b
bindings.8.channel 0
bindings.9.slave b
bindings.9.channel 1
bindings.10.slave c
bindings.10.channel 0
bindings.11.slave c
bindings.11.channel 1
}
pcm.mplug{
type plug
slave.pcm "multi"
}
-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user