aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-12-15 12:23:28 -0800
committerChris Robinson <[email protected]>2014-12-15 12:23:28 -0800
commita606bbc7f106b9e741a2e9c2a4726431699cb4ff (patch)
treecd2e570f8a0007fffc87122bc296aef0a347373d /Alc/ALc.c
parent4b77f4ef07302acbe4a36d21450510c63bb72a47 (diff)
Use a lookup table to do cubic resampling
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index d2b98edf..4bdf4fb0 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -1006,6 +1006,7 @@ static void alc_initconfig(void)
WARN("Invalid resampler: %s\n", str);
}
}
+ aluInitResamplers();
str = getenv("ALSOFT_TRAP_ERROR");
if(str && (strcasecmp(str, "true") == 0 || strtol(str, NULL, 0) == 1))