diff options
author | Chris Robinson <[email protected]> | 2014-12-15 12:23:28 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-12-15 12:23:28 -0800 |
commit | a606bbc7f106b9e741a2e9c2a4726431699cb4ff (patch) | |
tree | cd2e570f8a0007fffc87122bc296aef0a347373d /Alc/ALc.c | |
parent | 4b77f4ef07302acbe4a36d21450510c63bb72a47 (diff) |
Use a lookup table to do cubic resampling
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)) |