23 Apr
2015
23 Apr
'15
12:45 p.m.
Clemens wrote:
You are trying to play a two-channel file ... ... on a device that supports only ten channels.
This is what I was vaguely afraid of...
An with "hw", you have disabled any automatic format conversion. Try "plughw:2" or "default:2".
Could you be kind enough to suggest how I should write .asoundrc?
I only know the obvious one for jack:
.asoundrc ---------------- pcm.jackplug { type plug slave { pcm "jack" } }
pcm.jack { type jack playback_ports { 0 alsa_pcm:playback_1 1 alsa_pcm:playback_2 } capture_ports { 0 alsa_pcm:capture_1 1 alsa_pcm:capture_2 } } ----------------
Regards, Mike Ood