aboutsummaryrefslogtreecommitdiff
path: root/sam.h
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2012-02-10 18:17:39 +0100
committerReiner Herrmann <reiner@reiner-h.de>2012-02-10 18:17:39 +0100
commit374045d1f8a5c55301e453d3977f00bdc122fe5c (patch)
treece595a2da9307ca3737b5183a74aef35bb916a34 /sam.h
parent65dd941a1ed670f0e7908a6e3bc28593caef2908 (diff)
enable phonetic and reciting mode
Diffstat (limited to 'sam.h')
-rw-r--r--sam.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sam.h b/sam.h
index 4379978..4b7bad8 100644
--- a/sam.h
+++ b/sam.h
@@ -6,7 +6,8 @@
#define __SAM_H__ 1
void sam_init(void);
-void sam_say(const char *text, unsigned int frequency, unsigned char *wave_buf, unsigned int *wave_len_ref);
+void sam_recite(const char *text, unsigned int frequency, unsigned char *wave_buf, unsigned int *wave_len_ref);
+void sam_phonetic(const char *text, unsigned int frequency, unsigned char *wave_buf, unsigned int *wave_len_ref);
#endif