summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-12-21 23:49:43 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-12-21 23:49:43 +0000
commit3bf321ff1c515da30357f830c435f3cb1c8d899e (patch)
tree8b08236188bc09dc952fa184832ad049fbd3bd1b /firmware/export
parentbfba2d20280dde9981c6f4d25b79734db13f1998 (diff)
downloadrockbox-3bf321ff1c515da30357f830c435f3cb1c8d899e.tar.gz
rockbox-3bf321ff1c515da30357f830c435f3cb1c8d899e.zip
aid for blind recorders: longer beep when starting a recording, short beep when resuming it (you may disable the voice UI to get rid of it)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5502 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/mpeg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/mpeg.h b/firmware/export/mpeg.h
index f24664edc9..d61789c26e 100644
--- a/firmware/export/mpeg.h
+++ b/firmware/export/mpeg.h
@@ -99,6 +99,7 @@ unsigned int mpeg_error(void);
99void mpeg_error_clear(void); 99void mpeg_error_clear(void);
100int mpeg_get_file_pos(void); 100int mpeg_get_file_pos(void);
101unsigned long mpeg_get_last_header(void); 101unsigned long mpeg_get_last_header(void);
102void mpeg_beep(int freq, int duration);
102 103
103/* in order to keep the recording here, I have to expose this */ 104/* in order to keep the recording here, I have to expose this */
104void rec_tick(void); 105void rec_tick(void);