From 49201e892b00b2cf7cfbce330da5d8e34ac98560 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 8 Apr 2010 15:41:32 -0700 Subject: Use a single layout for the virtual speakers The downmix should probably be improved to take the angles into account --- Alc/ALu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Alc/ALu.c') diff --git a/Alc/ALu.c b/Alc/ALu.c index 22008fc3..57c99093 100644 --- a/Alc/ALu.c +++ b/Alc/ALu.c @@ -250,7 +250,7 @@ ALvoid aluInitPanning(ALCcontext *Context) SpeakerAngle[5] = 90.0f * M_PI/180.0f; SpeakerAngle[6] = 150.0f * M_PI/180.0f; SpeakerAngle[7] = 180.0f * M_PI/180.0f; - SetSpeakerArrangement("layout_81CHN", SpeakerAngle, Speaker2Chan, Context->NumChan); + SetSpeakerArrangement("layout", SpeakerAngle, Speaker2Chan, Context->NumChan); for(pos = 0; pos < LUT_NUM; pos++) { -- cgit v1.2.3