diff options
| author | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-04-04 19:08:44 +0000 |
|---|---|---|
| committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-04-04 19:08:44 +0000 |
| commit | c8592bac33920c367ae574e76ac7b6b73e0353c3 (patch) | |
| tree | 05872941fd109f8e7b0cc63f2fadddb31e4aba06 /apps/talk.h | |
| parent | dd264a8c42f1fbe37774d9c13c744a92ea99ce70 (diff) | |
| download | rockbox-c8592bac33920c367ae574e76ac7b6b73e0353c3.zip rockbox-c8592bac33920c367ae574e76ac7b6b73e0353c3.tar.gz rockbox-c8592bac33920c367ae574e76ac7b6b73e0353c3.tar.bz2 rockbox-c8592bac33920c367ae574e76ac7b6b73e0353c3.tar.xz | |
Voice UI: option to spell dirs/files, say (known) extension with file number, minor fixes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4465 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/talk.h')
| -rw-r--r-- | apps/talk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/talk.h b/apps/talk.h index f3c1366..51504c1 100644 --- a/apps/talk.h +++ b/apps/talk.h @@ -64,5 +64,6 @@ int talk_id(int id, bool enqueue); /* play a voice ID from voicefont */ int talk_file(char* filename, bool enqueue); /* play a thumbnail from file */ int talk_number(int n, bool enqueue); /* say a number */ int talk_value(int n, int unit, bool enqueue); /* say a numeric value */ +int talk_spell(char* spell, bool enqueue); /* spell a string */ #endif /* __TALK_H__ */ |