Browse Source

android: set buffer size to 300

ref: #1554
ref for buffer size: a6fb239208/source/synthDrivers/_espeak.py (L338)
master
Alexander Epaneshnikov 2 years ago
parent
commit
e3c876325d
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      android/jni/jni/eSpeakService.c

+ 1
- 1
android/jni/jni/eSpeakService.c View File

@@ -31,7 +31,7 @@
#include <espeak/speak_lib.h>
#include <Log.h>

#define BUFFER_SIZE_IN_MILLISECONDS 1000
#define BUFFER_SIZE_IN_MILLISECONDS 300

/* These are helpers for converting a jstring to wchar_t*.
*

Loading…
Cancel
Save