blob: df152b5b6eb95667dbe25f605273f0c208f6d1fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- src/include/espeak-ng/speak_lib.h.orig 2024-12-12 13:28:01 UTC
+++ src/include/espeak-ng/speak_lib.h
@@ -544,6 +544,12 @@ extern "C"
#ifdef __cplusplus
extern "C"
#endif
+ESPEAK_API const char *espeak_TextToPhonemesWithTerminator(const void **textptr, int textmode, int phonememode, int *terminator);
+/* Version of espeak_TextToPhonemes that also returns the clause terminator (e.g., CLAUSE_INTONATION_FULL_STOP) */
+
+#ifdef __cplusplus
+extern "C"
+#endif
ESPEAK_API void espeak_CompileDictionary(const char *path, FILE *log, int flags);
/* Compile pronunciation dictionary for a language which corresponds to the currently
selected voice. The required voice should be selected before calling this function.
|