diff options
| author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-18 16:02:21 +0200 | 
|---|---|---|
| committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-18 16:02:21 +0200 | 
| commit | 9a364f3ad2056fba6260ab519e6efc13439ba2cb (patch) | |
| tree | 87055f4004c0aec0fd03f1755a6a6b3887187dfe /src/jo_n_speak.h | |
| parent | eSpeak is the problem (diff) | |
| download | lowbat-bsd-9a364f3ad2056fba6260ab519e6efc13439ba2cb.tar.gz lowbat-bsd-9a364f3ad2056fba6260ab519e6efc13439ba2cb.tar.bz2 lowbat-bsd-9a364f3ad2056fba6260ab519e6efc13439ba2cb.tar.xz lowbat-bsd-9a364f3ad2056fba6260ab519e6efc13439ba2cb.tar.zst lowbat-bsd-9a364f3ad2056fba6260ab519e6efc13439ba2cb.zip  | |
Everything is fine
Diffstat (limited to 'src/jo_n_speak.h')
| -rw-r--r-- | src/jo_n_speak.h | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/src/jo_n_speak.h b/src/jo_n_speak.h index c0eb40f..aedd837 100644 --- a/src/jo_n_speak.h +++ b/src/jo_n_speak.h @@ -13,9 +13,15 @@  #ifndef JO_N_SPEAK_H  #define JO_N_SPEAK_H +#include <jo_lowbat.h>  #include <espeak/speak_lib.h>  #include <string.h> +#include <stdlib.h>  #include <stddef.h> +#include <stdio.h> +#include <unistd.h> + +#define JO_ESPEAK_VOICE "English"  void	jo_n_speak(const char *);  | 
