diff options
| author | Keith Packard <keithp@keithp.com> | 2009-06-29 23:05:27 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2009-06-29 23:05:27 -0700 |
| commit | 4ca2d910f3be689fd3c78a4f1be0555d6b1a30c1 (patch) | |
| tree | bf84ba9d1919c3c5ab4364b0a80fbe6e4dd6699c /aoview/aoview_main.c | |
| parent | 527d7c803ed9597b210634018cb2eb9d048d9846 (diff) | |
Use flite to announce flight state
This uses the flite voice synthesis library from festival to announce
altitude and speed information during the rocket flight.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'aoview/aoview_main.c')
| -rw-r--r-- | aoview/aoview_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/aoview/aoview_main.c b/aoview/aoview_main.c index 45907519..6833a84a 100644 --- a/aoview/aoview_main.c +++ b/aoview/aoview_main.c @@ -77,6 +77,8 @@ int main(int argc, char **argv) assert(about_dialog); gtk_about_dialog_set_version(about_dialog, AOVIEW_VERSION); + aoview_voice_init(xml); + aoview_dev_dialog_init(xml); aoview_state_init(xml); |
