23 Apr
2015
23 Apr
'15
3:22 p.m.
Mike Ood wrote:
% aplay -D hw:2,0 --channels=2 test.wav
You are trying to play a two-channel file ...
% cat /proc/asound/card2/firewire/formation Output Stream from device: Rate PCM MIDI 44100 10 1
... on a device that supports only ten channels.
An with "hw", you have disabled any automatic format conversion.
Try "plughw:2" or "default:2".
Regards, Clemens