Browse Source

android: set buffer size to 300 (#1558)

ref: #1554
ref for buffer size:
a6fb239208/source/synthDrivers/_espeak.py (L338)
master
Alexander Epaneshnikov 2 years ago
parent
commit
6a8b6ae723
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

#include <espeak/speak_lib.h> #include <espeak/speak_lib.h>
#include <Log.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*. /* These are helpers for converting a jstring to wchar_t*.
* *

Loading…
Cancel
Save