diff options
| author | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-12-21 23:49:43 +0000 |
|---|---|---|
| committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-12-21 23:49:43 +0000 |
| commit | 3bf321ff1c515da30357f830c435f3cb1c8d899e (patch) | |
| tree | 8b08236188bc09dc952fa184832ad049fbd3bd1b /firmware/export | |
| parent | bfba2d20280dde9981c6f4d25b79734db13f1998 (diff) | |
| download | rockbox-3bf321ff1c515da30357f830c435f3cb1c8d899e.zip rockbox-3bf321ff1c515da30357f830c435f3cb1c8d899e.tar.gz rockbox-3bf321ff1c515da30357f830c435f3cb1c8d899e.tar.bz2 rockbox-3bf321ff1c515da30357f830c435f3cb1c8d899e.tar.xz | |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/mpeg.h b/firmware/export/mpeg.h index f24664e..d61789c 100644 --- a/firmware/export/mpeg.h +++ b/firmware/export/mpeg.h @@ -99,6 +99,7 @@ unsigned int mpeg_error(void); void mpeg_error_clear(void); int mpeg_get_file_pos(void); unsigned long mpeg_get_last_header(void); +void mpeg_beep(int freq, int duration); /* in order to keep the recording here, I have to expose this */ void rec_tick(void); |