Use flite to announce flight state
[fw/altos] / aoview / aoview.h
index 6fb5e0988c691918fff4ee9172df94596668270f..1ad9e160dd308cb478b3e5b27e8e535cbe7c974b 100644 (file)
@@ -220,4 +220,11 @@ aoview_eeprom_save(const char *device);
 void
 aoview_eeprom_init(GladeXML *xml);
 
+/* aoview_voice.c */
+void aoview_voice_open(void);
+
+void aoview_voice_close(void);
+
+void aoview_voice_speak(char *format, ...);
+
 #endif /* _AOVIEW_H_ */