Moderator: flatmax
-
theloon
- Posts: 9
- Joined: Sun Apr 30, 2017 4:02 am
Post
by theloon » Tue May 02, 2017 2:47 am

Anyone know what settings to use to get 4/8 channel output with LMS? I have it working fine with 2 channel stereo but would like it to output to all speaker outputs.

-
flatmax
- Posts: 609
- Joined: Sat Jul 23, 2016 11:39 pm
Post
by flatmax » Tue May 02, 2017 3:03 pm
Can you link me to the software, perhaps I can have a look at their information ?
thanks
Matt
-
flatmax
- Posts: 609
- Joined: Sat Jul 23, 2016 11:39 pm
Post
by flatmax » Tue May 02, 2017 11:37 pm
You could create an ALSA plugin which would route stereo to speaker pairs ... something like this (which routes channels 0 and 1 in pairs to all other channels) :
Code: Select all
pcm.!default {
type hw
slave.pcm "repeatStereo"
}
ctl.!default {
type hw
card 0
}
pcm.repeatStereo {
type route
slave.pcm "hw:0"
slave.channels 8;
ttable {
0.0 1
1.1 1
0.2 1
1.3 1
0.4 1
1.5 1
0.6 1
1.7 1
}
}
ctl.repeatStereo {
type hw;
card 0;
}
Who is online
Users browsing this forum: No registered users and 2 guests