diff options
author | Chris Robinson <[email protected]> | 2010-04-11 14:23:10 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-04-11 14:23:10 -0700 |
commit | d4f8bd665f822466e401049b494da172690bf0cf (patch) | |
tree | f3fe196a02460c7e014ad361a3c6fe0c63b1977c /alsoftrc.sample | |
parent | 58d0db6eabf29998491544703a1ca1a670cb2b13 (diff) |
Only consider output speakers for the panning LUT
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 9dc533f4..ca8d93a6 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -132,10 +132,11 @@ ## layout: # Sets the virtual speaker layout. Values are specified in degrees, where 0 is # straight in front, negative goes left, and positive goes right. Unspecified -# speakers will remain at their default position. Available speakers are back- -# left(bl), side-left(sl), front-left(fl), front-center(fc), front-right(fr), -# side-right(sr), back-right(br), and back-center(bc). -#layout = bl=-150, sl=-90, fl=-30, fc=0, fr=30, sr=90, br=150, bc=180 +# speakers will remain at their default positions (which are dependant on the +# output format). Available speakers are back-left(bl), side-left(sl), front- +# left(fl), front-center(fc), front-right(fr), side-right(sr), back-right(br), +# and back-center(bc). +#layout = ## ## ALSA backend stuff |