Updates to Github #github
espeak-ng@groups.io Integration <espeak-ng@...>
1 New Commit:
[espeak-ng:master] By btman16 <brandongold98@...>:
Added: espeak-ng-data/voices/!v/Mike [espeak-ng/espeak-ng] Pull request closed by valdisvi:
[espeak-ng:master] New Comment on Pull Request #834 Add new variant, Mike.
Thanks for contribution!
|
|
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Issue #836 Can this speech SAPI5 voices on Linux? How can I use LTTS7 (Loquendo) voices with this?
Yep this is what I'm trying. I think I'll try: https://github.com/mjakal/sapi5_on_linux Thanks anyway! [espeak-ng:master] Issue #836 Can this speech SAPI5 voices on Linux? How can I use LTTS7 (Loquendo) voices with this? closed by z3nth10n.
|
|
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] Issue #837 Is there a way to use this with xsel in a script? I tried xsel | espeak-ng --stdin closed by MikeyBeez.
[espeak-ng:master] New Comment on Issue #837 Is there a way to use this with xsel in a script? I tried xsel | espeak-ng --stdin
It works
|
|
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Issue #836 Can this speech SAPI5 voices on Linux? How can I use LTTS7 (Loquendo) voices with this?
I would like to ask something more. I have discovered that there are binaries for Linux in Loquendo. Could be these binaries used in Linux. I would like to know if there is an option to use this on Linux which any method. I share the question I posted on Stackoverflow to let you know which methods I tried: https://stackoverflow.com/questions/64934405/trying-to-find-the-original-loquendo-products-for-linux-not-windows Thanks!
[espeak-ng:master] New Comment on Issue #836 Can this speech SAPI5 voices on Linux? How can I use LTTS7 (Loquendo) voices with this?
Hi I would like to reopen the issue, Because I want to ask something more. I have discovered that there are binaries for Linux in Loquendo. Could be these binaries used in Linux. I would like to know if there is an option to use this on Linux which any method. I share the question I posted on Stackoverflow to let you know which methods I tried: https://stackoverflow.com/questions/64934405/trying-to-find-the-original-loquendo-products-for-linux-not-windows Thanks!
[espeak-ng:master] New Comment on Issue #836 Can this speech SAPI5 voices on Linux? How can I use LTTS7 (Loquendo) voices with this?
Hi, I would like to reopen the issue, Because I want to ask something more. I have discovered that there are binaries for Linux in Loquendo. Could be these binaries used in Linux. I would like to know if there is an option to use this on Linux which any method. I share the question I posted on Stackoverflow to let you know which methods I tried: https://stackoverflow.com/questions/64934405/trying-to-find-the-original-loquendo-products-for-linux-not-windows Thanks!
|
|
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Issue #836 Can this speech SAPI5 voices on Linux? How can I use LTTS7 (Loquendo) voices with this?
Well, I found that in the Tomtom navcore there is available the required files I need. Thanks anyway! [espeak-ng:master] Issue #836 Can this speech SAPI5 voices on Linux? How can I use LTTS7 (Loquendo) voices with this? closed by z3nth10n.
|
|
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Issue Created by hoseinAzdmlki:
Hello I got this error when I wanted to build ndk for generating .so libs Can you help me in this case ?! `In file included from C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:31: C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/../../src/include\espeak/speak_lib.h:1:1: error: expected identifier or '(' ../espeak-ng/speak_lib.h ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:72:39: warning: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)' [-Wimplicit-function-declaration] wchar_t *utf32 = (wchar_t *)malloc((strlen(utf8) + 1) * sizeof(wchar_t)); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:72:39: note: include the header or explicitly provide a declaration for 'strlen' C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:108:26: error: unknown type name 'espeak_EVENT' espeak_EVENT *events) { ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:133:5: error: use of undeclared identifier 'ANDROID_LOG_ERROR' LOGE("Failed to get the environment using GetEnv()"); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/include\Log.h:24:39: note: expanded from macro 'LOGE' #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, VA_ARGS) ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:143:14: error: use of undeclared identifier 'ANDROID_LOG_VERBOSE' if (DEBUG) LOGV("%s", FUNCTION); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/include\Log.h:22:39: note: expanded from macro 'LOGV' #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, VA_ARGS) ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:152:14: error: use of undeclared identifier 'ANDROID_LOG_VERBOSE' if (DEBUG) LOGV("%s [env=%p, object=%p]", FUNCTION, env, object); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/include\Log.h:22:39: note: expanded from macro 'LOGV' #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, VA_ARGS) ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:156:14: error: use of undeclared identifier 'ANDROID_LOG_VERBOSE' if (DEBUG) LOGV("Initializing with path %s", c_path); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/include\Log.h:22:39: note: expanded from macro 'LOGV' #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, VA_ARGS) ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:157:20: warning: implicit declaration of function 'espeak_Initialize' is invalid in C99 [-Wimplicit-function-declaration] int sampleRate = espeak_Initialize(AUDIO_OUTPUT_SYNCHRONOUS, BUFFER_SIZE_IN_MILLISECONDS, c_path, 0); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:157:38: error: use of undeclared identifier 'AUDIO_OUTPUT_SYNCHRONOUS' int sampleRate = espeak_Initialize(AUDIO_OUTPUT_SYNCHRONOUS, BUFFER_SIZE_IN_MILLISECONDS, c_path, 0); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:167:14: error: use of undeclared identifier 'ANDROID_LOG_VERBOSE' if (DEBUG) LOGV("%s", FUNCTION); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/include\Log.h:22:39: note: expanded from macro 'LOGV' #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, VA_ARGS) ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:168:36: warning: implicit declaration of function 'espeak_Info' is invalid in C99 [-Wimplicit-function-declaration] return (*env)->NewStringUTF(env, espeak_Info(NULL)); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:168:36: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'const char *' [-Wint-conversion] return (*env)->NewStringUTF(env, espeak_Info(NULL)); ^~~~~~~~~~~~~~~~~ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:174:14: error: use of undeclared identifier 'ANDROID_LOG_VERBOSE' if (DEBUG) LOGV("%s", FUNCTION); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/include\Log.h:22:39: note: expanded from macro 'LOGV' #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, VA_ARGS) ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:176:9: error: unknown type name 'espeak_VOICE' const espeak_VOICE **voices = espeak_ListVoices(NULL); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:176:33: warning: implicit declaration of function 'espeak_ListVoices' is invalid in C99 [-Wimplicit-function-declaration] const espeak_VOICE **voices = espeak_ListVoices(NULL); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:187:9: error: unknown type name 'espeak_VOICE' const espeak_VOICE *v; ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:216:14: error: use of undeclared identifier 'ANDROID_LOG_VERBOSE' if (DEBUG) LOGV("%s(name=%s)", FUNCTION, c_name); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/include\Log.h:22:39: note: expanded from macro 'LOGV' #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, VA_ARGS) ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:218:9: error: unknown type name 'espeak_ERROR' const espeak_ERROR result = espeak_SetVoiceByName(c_name); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:218:31: warning: implicit declaration of function 'espeak_SetVoiceByName' is invalid in C99 [-Wimplicit-function-declaration] const espeak_ERROR result = espeak_SetVoiceByName(c_name); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:224:29: error: use of undeclared identifier 'ANDROID_LOG_ERROR' case EE_INTERNAL_ERROR: LOGE("espeak_SetVoiceByName: internal error."); break; ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/include\Log.h:24:39: note: expanded from macro 'LOGE' #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, VA_ARGS) ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:225:29: error: use of undeclared identifier 'ANDROID_LOG_ERROR' case EE_BUFFER_FULL: LOGE("espeak_SetVoiceByName: buffer full."); break; ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/include\Log.h:24:39: note: expanded from macro 'LOGE' #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, VA_ARGS) ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:226:29: error: use of undeclared identifier 'ANDROID_LOG_ERROR' case EE_NOT_FOUND: LOGE("espeak_SetVoiceByName: not found."); break; ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/include\Log.h:24:39: note: expanded from macro 'LOGE' #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, VA_ARGS) ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:237:14: error: use of undeclared identifier 'ANDROID_LOG_VERBOSE' if (DEBUG) LOGV("%s(language=%s, gender=%d, age=%d)", FUNCTION, c_language, gender, age); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/include\Log.h:22:39: note: expanded from macro 'LOGV' #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, VA_ARGS) ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:239:3: error: use of undeclared identifier 'espeak_VOICE' espeak_VOICE voice_select; ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:240:3: warning: implicitly declaring library function 'memset' with type 'void *(void *, int, unsigned long)' [-Wimplicit-function-declaration] memset(&voice_select, 0, sizeof(espeak_VOICE)); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:240:3: note: include the header or explicitly provide a declaration for 'memset' C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:240:35: error: use of undeclared identifier 'espeak_VOICE' memset(&voice_select, 0, sizeof(espeak_VOICE)); ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 7 warnings and 20 errors generated. make: *** [C:/Users/Man/AppData/Local/Android/Sdk/ndk/21.0.6113669/build//../build/core/build-binary.mk:476: C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/obj/local/arm64-v8a/objs/ttsespeak/jni /eSpeakService.o] Error 1 `
[espeak-ng:master] New Issue Created by hoseinAzdmlki:
Hello I got this error when I wanted to build ndk for generating .so libs Can you help me in this case ?! `In file included from C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:31: C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/../../src/include\espeak/speak_lib.h:1:1: error: expected identifier or '(' ../espeak-ng/speak_lib.h ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:72:39: warning: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)' [-Wimplicit-function-declaration] wchar_t *utf32 = (wchar_t *)malloc((strlen(utf8) + 1) * sizeof(wchar_t)); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:72:39: note: include the header or explicitly provide a declaration for 'strlen' C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:108:26: error: unknown type name 'espeak_EVENT' espeak_EVENT *events) { ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:133:5: error: use of undeclared identifier 'ANDROID_LOG_ERROR' LOGE("Failed to get the environment using GetEnv()"); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/include\Log.h:24:39: note: expanded from macro 'LOGE' #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, VA_ARGS) ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:143:14: error: use of undeclared identifier 'ANDROID_LOG_VERBOSE' if (DEBUG) LOGV("%s", FUNCTION); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/include\Log.h:22:39: note: expanded from macro 'LOGV' #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, VA_ARGS) ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:152:14: error: use of undeclared identifier 'ANDROID_LOG_VERBOSE' if (DEBUG) LOGV("%s [env=%p, object=%p]", FUNCTION, env, object); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/include\Log.h:22:39: note: expanded from macro 'LOGV' #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, VA_ARGS) ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:156:14: error: use of undeclared identifier 'ANDROID_LOG_VERBOSE' if (DEBUG) LOGV("Initializing with path %s", c_path); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/include\Log.h:22:39: note: expanded from macro 'LOGV' #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, VA_ARGS) ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:157:20: warning: implicit declaration of function 'espeak_Initialize' is invalid in C99 [-Wimplicit-function-declaration] int sampleRate = espeak_Initialize(AUDIO_OUTPUT_SYNCHRONOUS, BUFFER_SIZE_IN_MILLISECONDS, c_path, 0); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:157:38: error: use of undeclared identifier 'AUDIO_OUTPUT_SYNCHRONOUS' int sampleRate = espeak_Initialize(AUDIO_OUTPUT_SYNCHRONOUS, BUFFER_SIZE_IN_MILLISECONDS, c_path, 0); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:167:14: error: use of undeclared identifier 'ANDROID_LOG_VERBOSE' if (DEBUG) LOGV("%s", FUNCTION); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/include\Log.h:22:39: note: expanded from macro 'LOGV' #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, VA_ARGS) ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:168:36: warning: implicit declaration of function 'espeak_Info' is invalid in C99 [-Wimplicit-function-declaration] return (*env)->NewStringUTF(env, espeak_Info(NULL)); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:168:36: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'const char *' [-Wint-conversion] return (*env)->NewStringUTF(env, espeak_Info(NULL)); ^~~~~~~~~~~~~~~~~ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:174:14: error: use of undeclared identifier 'ANDROID_LOG_VERBOSE' if (DEBUG) LOGV("%s", FUNCTION); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/include\Log.h:22:39: note: expanded from macro 'LOGV' #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, VA_ARGS) ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:176:9: error: unknown type name 'espeak_VOICE' const espeak_VOICE **voices = espeak_ListVoices(NULL); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:176:33: warning: implicit declaration of function 'espeak_ListVoices' is invalid in C99 [-Wimplicit-function-declaration] const espeak_VOICE **voices = espeak_ListVoices(NULL); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:187:9: error: unknown type name 'espeak_VOICE' const espeak_VOICE *v; ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:216:14: error: use of undeclared identifier 'ANDROID_LOG_VERBOSE' if (DEBUG) LOGV("%s(name=%s)", FUNCTION, c_name); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/include\Log.h:22:39: note: expanded from macro 'LOGV' #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, VA_ARGS) ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:218:9: error: unknown type name 'espeak_ERROR' const espeak_ERROR result = espeak_SetVoiceByName(c_name); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:218:31: warning: implicit declaration of function 'espeak_SetVoiceByName' is invalid in C99 [-Wimplicit-function-declaration] const espeak_ERROR result = espeak_SetVoiceByName(c_name); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:224:29: error: use of undeclared identifier 'ANDROID_LOG_ERROR' case EE_INTERNAL_ERROR: LOGE("espeak_SetVoiceByName: internal error."); break; ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/include\Log.h:24:39: note: expanded from macro 'LOGE' #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, VA_ARGS) ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:225:29: error: use of undeclared identifier 'ANDROID_LOG_ERROR' case EE_BUFFER_FULL: LOGE("espeak_SetVoiceByName: buffer full."); break; ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/include\Log.h:24:39: note: expanded from macro 'LOGE' #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, VA_ARGS) ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:226:29: error: use of undeclared identifier 'ANDROID_LOG_ERROR' case EE_NOT_FOUND: LOGE("espeak_SetVoiceByName: not found."); break; ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/include\Log.h:24:39: note: expanded from macro 'LOGE' #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, VA_ARGS) ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:237:14: error: use of undeclared identifier 'ANDROID_LOG_VERBOSE' if (DEBUG) LOGV("%s(language=%s, gender=%d, age=%d)", FUNCTION, c_language, gender, age); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/include\Log.h:22:39: note: expanded from macro 'LOGV' #define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, VA_ARGS) ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:239:3: error: use of undeclared identifier 'espeak_VOICE' espeak_VOICE voice_select; ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:240:3: warning: implicitly declaring library function 'memset' with type 'void *(void *, int, unsigned long)' [-Wimplicit-function-declaration] memset(&voice_select, 0, sizeof(espeak_VOICE)); ^ C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:240:3: note: include the header or explicitly provide a declaration for 'memset' C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/jni/jni/eSpeakService.c:240:35: error: use of undeclared identifier 'espeak_VOICE' memset(&voice_select, 0, sizeof(espeak_VOICE)); ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 7 warnings and 20 errors generated. make: *** [C:/Users/Man/AppData/Local/Android/Sdk/ndk/21.0.6113669/build//../build/core/build-binary.mk:476: C:/Users/Man/Desktop/espeak-ng-1.49.1/espeak-ng-1.49.1/android/obj/local/arm64-v8a/objs/ttsespeak/jni /eSpeakService.o] Error 1 `
|
|
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Pull Request #838 Applied Klatt fixes from NV Access and added Edward variant.
Well you've got a point there. I like klatt 5 best. I'd love to test it with NVDA myself.
[espeak-ng:master] New Comment on Pull Request #838 Applied Klatt fixes from NV Access and added Edward variant.
One thing which still bothers me, in comparison with speech player, is this slight roughness.
|
|
espeak-ng@groups.io Integration <espeak-ng@...>
2 New Commits:
[espeak-ng:master] By datajake1999 <datajake@...>:
Added: espeak-ng-data/voices/!v/edward
[espeak-ng:master] By Valdis Vitolins <valdis.vitolins@...>:
Modified: tests/klatt.test [espeak-ng/espeak-ng] Pull request closed by valdisvi:
#838 Applied Klatt fixes from NV Access and added Edward variant.
[espeak-ng:master] New Comment on Pull Request #838 Applied Klatt fixes from NV Access and added Edward variant.
Thanks for contribution! Your pull request is merged with updated test for Klatt voices as well.
|
|