summaryrefslogtreecommitdiff
path: root/navit/speech.h
diff options
context:
space:
mode:
authortinloaf <tinloaf@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-01-05 20:32:31 +0000
committertinloaf <tinloaf@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-01-05 20:32:31 +0000
commit1f3d0225101f6f157274c0e73aae7944d4383539 (patch)
tree751c02dec25b760b95aeed58badab12405b1ed96 /navit/speech.h
parent94cf097d53cd21514ed324c01c59fc7395a1ccd8 (diff)
downloadnavit-svn-1f3d0225101f6f157274c0e73aae7944d4383539.tar.gz
Add:Core:Adding estimate of duration of speech
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1898 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/speech.h')
-rw-r--r--navit/speech.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/speech.h b/navit/speech.h
index e7361188..ef7c594e 100644
--- a/navit/speech.h
+++ b/navit/speech.h
@@ -34,6 +34,7 @@ int speech_sayf(struct speech *this_, const char *format, ...);
void speech_destroy(struct speech *this_);
int speech_get_attr(struct speech *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter);
int speech_set_attr(struct speech *this_, struct attr *attr);
+int speech_estimate_duration(struct speech *this_, char *str);
/* end of prototypes */
#endif