File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android {
99 // noinspection GroovyAssignabilityCheck
1010 buildToolsVersion rootProject. ext. buildToolsVersion
1111
12- ndkVersion " 21.4.7075529 "
12+ ndkVersion " 25.1.8937393 "
1313
1414 defaultConfig {
1515 minSdkVersion 9
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android {
99 // noinspection GroovyAssignabilityCheck
1010 buildToolsVersion rootProject. ext. buildToolsVersion
1111
12- ndkVersion " 21.4.7075529 "
12+ ndkVersion " 25.1.8937393 "
1313
1414 defaultConfig {
1515 minSdkVersion 9
Original file line number Diff line number Diff line change 5353static JavaVM * g_jvm ;
5454
5555// for AEC
56- #define AEC_CACHE_LEN 204800
56+ #define AEC_CACHE_LEN 102400
5757// typedef unsigned char byte;
5858// static byte pcm_arr[AEC_CACHE_LEN];
5959uint8_t pcm_arr [AEC_CACHE_LEN ];
Original file line number Diff line number Diff line change 9090// for AEC
9191#include <pthread.h>
9292pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER ;
93- #define AEC_CACHE_LEN 204800
93+ #define AEC_CACHE_LEN 102400
9494
9595// FIXME: 9 work around NDKr8e or gcc4.7 bug
9696// isnan() may not recognize some double NAN, so we test both double and float
You can’t perform that action at this time.
0 commit comments