shithub: libopusenc

Download patch

ref: 0407413de1a5b022212cd9728d20d52c7bbd05ee
parent: bf106eb78ff31dcd37558311560eebb4ab880e94
author: Mark Harris <mark.hsj@gmail.com>
date: Wed Sep 12 18:49:25 EDT 2018

Use fast resampler on MSVC builds to match others

--- a/win32/config.h
+++ b/win32/config.h
@@ -1,8 +1,8 @@
 #ifndef CONFIG_H
 #define CONFIG_H
 
-/* Enable fixed-point calculation */
-/* #undef OP_FIXED_POINT */
+/* use faster resampler (uses more memory) */
+#define RESAMPLE_FULL_SINC_TABLE 1
 
 #define OPE_BUILD